Class ChartMultiLevelLabel
Options to customize the multilevel label of the axis.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartMultiLevelLabel : ChartSubComponent, ISubcomponentTracker
Constructors
ChartMultiLevelLabel()
Declaration
public ChartMultiLevelLabel()
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
Type | Description |
---|---|
Alignment |
Border
Border of the multi level labels.
Declaration
public ChartAxisMultiLevelLabelBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisMultiLevelLabelBorder |
Categories
Multi level categories for multi level labels.
Declaration
public List<ChartCategory> Categories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ChartCategory> |
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
Type | Description |
---|---|
TextOverflow |
TextStyle
Options to customize the multi level labels.
Declaration
public ChartAxisMultiLevelLabelTextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisMultiLevelLabelTextStyle |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()