Back to Devexpress

HeatmapAxis.Alignment Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapaxis.md

latest1.6 KB
Original Source

HeatmapAxis.Alignment Property

Gets or sets the heatmap axis alignment.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public HeatmapAxisLabelAlignment Alignment { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
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.XtraCharts.Heatmap Namespace