HeatmapTitleDockStyle Enum
Lists values that specify how a title is arranged in a heatmap.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum HeatmapTitleDockStyle
Members
Name | Description | Image |
---|---|---|
Top
|
The title is docked to the top of the heatmap. |
|
Bottom
|
The title is docked to the bottom of the heatmap. |
|
Left
|
The title is docked to the left of the heatmap. |
|
Right
|
The title is docked to the right of the heatmap. |
Related API Members
The following properties accept/return HeatmapTitleDockStyle values:
See Also