Back to Devexpress

HeatmapTitleDockStyle Enum

corelibraries-devexpress-dot-xtracharts-dot-heatmap-30b56ce5.md

latest1.6 KB
Original Source

HeatmapTitleDockStyle Enum

Lists values that specify how a title is arranged in a heatmap.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum HeatmapTitleDockStyle
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum HeatmapTitleDockStyle

Members

NameDescriptionImage
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.

|

|

The following properties accept/return HeatmapTitleDockStyle values:

See Also

DevExpress.XtraCharts.Heatmap Namespace