Class ChartAxisMultiLevelLabelBorder
Options to customize the multilevel label border.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartAxisMultiLevelLabelBorder : ChartSubComponent, ISubcomponentTracker
Constructors
ChartAxisMultiLevelLabelBorder()
Declaration
public ChartAxisMultiLevelLabelBorder()
Properties
Color
Gets or sets the color of the multi-level labels border
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the multi-level labels border. The default multi-level label border color is determined by the chart's theme. By default, the theme is set to Material with a font color of #b5b5b5. The default value is an empty string. |
Remarks
Use valid hex or rgba CSS color strings for the color value.
Type
Gets or sets the border type for multi-level labels.
Declaration
public BorderType Type { get; set; }
Property Value
Type | Description |
---|---|
BorderType | One of the BorderType enumerations that specifies the border type for multi-level labels. The options include:
|
Remarks
The Type property determines the style of the border around multi-level labels.
Width
Gets or sets the width of the multi-level labels border in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the border in pixels. The default value is 1. |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()