Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapAxis.Alignment Property

Gets or sets the heatmap axis alignment.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.2.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