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