Class ChartMarkerBorder
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
ChartMarkerBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartMarkerBorder : ChartDefaultBorder, ISubcomponentTracker
Constructors
ChartMarkerBorder()
Declaration
public ChartMarkerBorder()
Properties
Width
Specifies the width of the marker border.
Declaration
public override double Width { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Width
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()