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

    Gets or sets the heatmap axis alignment.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
    public HeatmapAxisLabelAlignment Alignment { get; set; }

    #Property Value

    Type Description
    HeatmapAxisLabelAlignment

    The value that specifies the axis alignment.

    Available values:

    Name Description Image
    Near

    The x-axis is positioned at the bottom of the chart, the y-axis – at the left.

    Axis Alignment - Near

    Far

    The x-axis is positioned at the top of the chart, the y-axis – at the right.

    Axis Alignment - Far

    See Also