Class ChartDataLabelBorder
Options to customize the datalabel border.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
ChartDataLabelBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartDataLabelBorder : ChartDefaultBorder, ISubcomponentTracker
Constructors
ChartDataLabelBorder()
Declaration
public ChartDataLabelBorder()
Properties
Width
Specifies the width of the datalabel border.
Declaration
public override double Width { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Width
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()