Skip to main content
All docs
V25.1
  • HeatmapAxisLabelAlignment Enum

    Lists values that specify the axis position regarding the heatmap chart.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    [ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
    public enum HeatmapAxisLabelAlignment

    #Members

    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

    #Related API Members

    The following properties accept/return HeatmapAxisLabelAlignment values:

    See Also