Chart axis interval range

Hi,

I am trying to create a scatterchart with my data. I have attached the data file. The "FlashRecov" column is the Y axis and the "Voltsafter' is the X axis.

I am able to create the scatter graph sucesfully. But the x axis is cluttered. I have set the Autovaluetype property to true but I am getting the attached image (scatterplot.jpg)

I want it to be human readable with proper intervals like the other attachment(sample.jpg).

Any suggestion



scatter_6b2a1f84.rar

1 Reply

SD Sivakumar D Syncfusion Team November 30, 2012 12:45 PM UTC

Hi farooq,

 

Thanks for using Syncfusion Products.

 

We suggest you to use “Indexed” property to avoid the overlapping labels in X Axis. Please refer below code snippet.

 

[C#]

<code>

this.chartControl1.Indexed = true;

</code>

 

The above property automatically affects all the x-axes in the chart.

 

For more information Please refer below online documentation link.

 

http://help.syncfusion.com/UG/User%20Interface/Windows%20Forms/Chart/Documents/indexedxvalues.htm

 

Thanks,

Siva


Loader.
Up arrow icon