Skip to main content

ChartAxis.Reverse Property

Gets or sets whether the axis is reversed.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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