Class HeatMapMultiLevelLabel
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapMultiLevelLabel : EJTagHelper
Constructors
HeatMapMultiLevelLabel()
Declaration
public HeatMapMultiLevelLabel()
Properties
Alignment
Specifies the position of the multi-level labels. The available positions are, Near: Places the multi-level labels at left end of the available space. Center: Places the multi-level labels at center of the available space. Far: Places the multi-level labels at right end of the available space.
Declaration
public Alignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
Alignment | The default value is Syncfusion.EJ2.HeatMap.Alignment.Center |
Border
Sets and gets the options to customize the border of the multi-level labels.
Declaration
public object Border { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Categories
Sets and gets the options to configure the multi-level labels.
Declaration
public object Categories { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Overflow
Sets and gets the overflow style of the multi-level labels. The available types are, None: No action is taken when the text overflows. Wrap: Wraps the multi-level labels when the text overflows. Trim: Trims the multi-level labels when the text overflows.
Declaration
public TextOverflow Overflow { get; set; }
Property Value
Type | Description |
---|---|
TextOverflow | The default value is TextOverflow.Wrap |
TextStyle
Sets and gets the options to customize the text of the multi-level labels.
Declaration
public object TextStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |