Chart Axis
Posted: Wed Mar 02, 2011 7:53 pm
What I really would like to do is swap the data points X and Y values such that all od the X values are noe the Y values and all of the Y values are now the X values.
Steema Software - Customer Support Forums
http://493266.hkjq7.group/support/
Code: Select all
Series2.Add(Series1.YValues,Series1.XValues);