Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
XamwebChart -Distance between the labels in PrimaryXAxis
posted

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

  • 28496
    Suggested Answer
    Offline posted

    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>