Skip to main content
All docs
V25.1
  • HeatmapControl.AxisY Property

    Provides access to the Heatmap Control’s y-axis settings.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.UI.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public HeatmapAxis AxisY { get; }

    Property Value

    Type Description
    HeatmapAxis

    Contains axis settings.

    Remarks

    The AxisY property allows you to access the following options of the heatmap y-axis:

    Refer to the HeatmapAxis class description for more information about heatmap axes.

    See Also