I'm trying to plot data which has decimal values for its x-axis, but the chart shows the point index rather that the x value , is there any wayto fix this?
example Data:
AGE VALUE20 0.525 0.430 0.335 0.2
The chart will have on its x-axis 1,2,3,4, rather than 20,25,30,35
You can set Label of the DataPoint:
<igChart:DataPoint Value="20" Label="0.5"/>