How to show absolute X-Values

Hi, a essential-chart-beginner-question: I will have a chart which is showing the calibration-curve of a sensor. The values are like: x 0; 10; 20; 1000; y 0; 20; 40; 2000; The chart shows the Y-values perfect. On the x-axis are not the x-values shown but the positions. So the chart shows: x 0; 1; 2; 3; y 0; 20; 40; 2000; What switch I need to turn on/off to draw the values I entered in the series? Thanks in Advance! Martin

1 Reply

DJ Davis Jebaraj Syncfusion Team January 3, 2005 01:45 PM UTC

Hi, The ChartControl has a Indexed property that is by default set to be ''true'' Changing the value of the Indexed property to be ''false'' will display the real X values this.chartControl1.Indexed = false; Thank you for your interest in Syncfusion Essential Chart. Please let us know if you have any further questions. Thanks, Davis

Loader.
Up arrow icon