Skip to main content
All docs
V23.2

HeatmapAxis.Alignment Property

Gets or sets the heatmap axis alignment.

Namespace: DevExpress.Xpf.Charts.Heatmap

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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