Hi,
I am trying to show hundreds of points in Xamwebchart .The labels in the Primary X Axis is getting truncated .Is there any way to specify the distance between the labels that gets displayed in the x-Axis?
Thanks,
Vijay
you can specify this through the Axis Unit property. AutoRange must be set to False and Minimum and Maximum must be given for this to work:
<igChart:XamWebChart.Axes> <igChart:Axis AxisType="PrimaryX" Unit="10" AutoRange="False" Minimum="0" Maximum="100" /> </igChart:XamWebChart.Axes>