Defines the supported positions that the row headers can have.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum RowHeadersPosition
Fields
Row headers are located to the left of the cells area.
C#
Left = 1
Row headers are hidden.
C#
None = 0
Row headers are located to the right of the cells area.
C#
Right = 2