Skip to main content
All docs
V25.1
  • HeatmapAxis.Reverse Property

    Specifies whether the axis is reversed.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
    public bool Reverse { get; set; }

    Property Value

    Type Description
    Boolean

    true if the axis is reversed; otherwise, false.

    Remarks

    When an axis is reversed, its labels and corresponding rows (columns) are displayed in reversed order.

    The following images show the heatmap y-axis with different Reverse property values:

    Reverse = true
    Axis.Reverse = true
    Reverse = false
    Axis.Reverse = false
    See Also