Class StockChartEmptyPointSettings
To specify customization options for stock chart empty point settings.
Inheritance
StockChartEmptyPointSettings
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartEmptyPointSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartEmptyPointSettings()
Declaration
public StockChartEmptyPointSettings()
Properties
Fill
To customize the fill color of empty points.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
| Type |
|---|
| string |
Mode
To customize the mode of empty points.
Declaration
[Parameter]
public EmptyPointMode Mode { get; set; }
Property Value
| Type |
|---|
| EmptyPointMode |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |