Class ChartBorder
Options to customize the Border of the chart.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder
ChartBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartBorder : ChartDefaultBorder, ISubcomponentTracker
Constructors
ChartBorder()
Declaration
public ChartBorder()
Properties
Width
Gets or sets the width of the chart border in pixels.
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the width of the chart border. The default value is 0 pixel. |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.Width
Remarks
Accepts numerical values to define the width of the chart border.
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()