Skip to main content
A newer version of this page is available. .

ChartAxis.Reverse Property

Gets or sets whether the axis is reversed.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(false)]
public bool Reverse { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to reverse the axis; otherwise, false.

Remarks

If the ChartAxisX is reversed, its values are ordered from right to left.

If the ChartAxisY is reversed, its values are ordered from top to bottom.

See Also