Back to Devexpress

HeatmapAxisLabelAlignment Enum

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

latest1.5 KB
Original Source

HeatmapAxisLabelAlignment Enum

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

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum HeatmapAxisLabelAlignment
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
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.XtraCharts.Heatmap Namespace