Class ChartEmptyPointBorder
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
ChartEmptyPointBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartEmptyPointBorder : ChartDefaultBorder, ISubcomponentTracker
Constructors
ChartEmptyPointBorder()
Declaration
public ChartEmptyPointBorder()
Properties
Color
Specifies the border color of the empty point.
Declaration
public override string Color { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Color
Width
Specifies the width of the empty point.
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()