Reverse axes required!!Plz help if possible.....

Hi Experts....

i m using charts to show some data... the charts show data from -100 to 0 in the axes from left to right of the graph...

i want the same data to show from right to left....
the attached picture may clear u more...

plz plz help me if it is possible...
thanks...
Dalvir Singh



Reverse Axes_96e4653.zip

1 Reply

MA Manohari Syncfusion Team June 25, 2008 07:55 AM UTC

Hi Dalvir,

Thanks for the screenshot. It is possible to reverse the axis using the Inversed property of ChartAxis as given below.

Sample Code:

this.chartControl1.PrimaryXAxis.Inversed = true;

I have attached the sample illustrating the same in this link below.

http://websamples.syncfusion.com/samples/Chart.Windows/F74693/Main.htm

Please let me know if this meets your requirements. Thanks for your patience.

Regards,
Manohari.R



Loader.
Up arrow icon