Class HeatMapMultiLevelLabel
Inheritance
System.Object
HeatMapMultiLevelLabel
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapMultiLevelLabel : EJTagHelper
Constructors
HeatMapMultiLevelLabel()
Declaration
public HeatMapMultiLevelLabel()
Properties
Alignment
Defines the position of the multi level labels. They are,
Near: Places the multi level labels at Near.
Center: Places the multi level labels at Center.
Far: Places the multi level labels at Far.
Declaration
public Alignment Alignment { get; set; }
Property Value
Border
Border of the multi level labels.
Declaration
public object Border { get; set; }
Property Value
Type |
Description |
System.Object |
|
Categories
multi level categories for multi level labels.
Declaration
public object Categories { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Overflow
Defines the textOverFlow for multi level labels. They are,
Trim: Trim textOverflow for multi level labels.
Wrap: Wrap textOverflow for multi level labels.
none: None textOverflow for multi level labels.
Declaration
public TextOverflow Overflow { get; set; }
Property Value
TextStyle
Options to customize the multi level labels.
Declaration
public object TextStyle { get; set; }
Property Value
Type |
Description |
System.Object |
|