Skip to main content
All docs
V23.2

HeatmapAxisLabelAlignment Enum

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

Namespace: DevExpress.Xpf.Charts.Heatmap

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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