Chart for WPF and Silverlight / Chart Features / Axis / Inverted and Reversed Chart Axes / Swapping X and Y Axis
In This Topic
Swapping X and Y Axis
In This Topic

To invert the axes after the chart is loaded, use the following code:

C#
Copy Code
c1Chart1.View.Inverted = true;
See Also