Thanks for the reply. When I switch to Numerical Scale, I get this:
I am using a CSV data source for the graph and it has the values in the correct format, as they do show up in the Categorical Scale:
Todor
Telerik team
commented on 30 May 2023, 07:44 AM
Hi Abhijit,
Indeed, when you use a Numerical Scale, you must provide X and Y values for the Series.
The Category Scale needs only X or Y as the other comes from the Category group. Hence, if you switch from Category to Numerical scale, you have to add the missing value in the Series. In your scenario, this is the missing X value. See the linked screenshot for clarity.
Usually, you would also use LineSeries rather than BarSeries for your scenario.