HeatmapAxisLabelAlignment Enum
Lists values that specify the axis position regarding the heatmap chart.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
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. |
|
Far
|
The x-axis is positioned at the top of the chart, the y-axis – at the right. |
Related API Members
The following properties accept/return HeatmapAxisLabelAlignment values:
See Also