# Swapping X and Y Axis

## Content



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

```csharp
c1Chart1.View.Inverted = true;
```

## See Also

[Multiple Axis](/componentone/docs/wpf/online-chart/overview/ChartFeatures/Axis/MultipleAxis)