Back to Devexpress

HeatmapAxisLabelAlignment Enum

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-656fceac.md

latest1.3 KB
Original Source

HeatmapAxisLabelAlignment Enum

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

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum HeatmapAxisLabelAlignment
vb
Public Enum HeatmapAxisLabelAlignment

Members

NameDescriptionImage
Near

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

|

| | Far |

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

|

|

The following properties accept/return HeatmapAxisLabelAlignment values:

See Also

DevExpress.Xpf.Charts.Heatmap Namespace