Class StockChartEmptyPointBorder
To specify customization options for stock chart empty point border.
Inheritance
StockChartEmptyPointBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartEmptyPointBorder : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartEmptyPointBorder()
Declaration
public StockChartEmptyPointBorder()
Properties
Color
The color of the border that accepts value in hex and rgba as a valid CSS color string.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
Width
The width of the border in pixels.
Declaration
[Parameter]
public double Width { get; set; }
Property Value
| Type |
|---|
| double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |