Back to Devexpress

HeatmapAxis.Alignment Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapaxis.md

latest1.5 KB
Original Source

HeatmapAxis.Alignment Property

Gets or sets the heatmap axis alignment.

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public HeatmapAxisLabelAlignment Alignment { get; set; }
vb
Public Property Alignment As HeatmapAxisLabelAlignment

Property Value

TypeDescription
HeatmapAxisLabelAlignment

The value that specifies the axis alignment.

|

Available values:

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.

|

|

See Also

HeatmapAxis Class

HeatmapAxis Members

DevExpress.Xpf.Charts.Heatmap Namespace