Defines the supported positions that the column headers can have.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ColumnHeadersPosition
Fields
Column headers are located to the bottom of the cells area.
C#
Bottom = 2
Column headers are hidden.
C#
None = 0
Column headers are located to the top of the cells area.
C#
Top = 1