Class StockChartEmptyPointSettings
To specify customization options for stock chart empty point settings.
Inheritance
System.Object
StockChartEmptyPointSettings
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartEmptyPointSettings : OwningComponentBase
Constructors
StockChartEmptyPointSettings()
Declaration
public StockChartEmptyPointSettings()
Properties
Fill
To customize the fill color of empty points.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Mode
To customize the mode of empty points.
Declaration
public EmptyPointMode Mode { get; set; }
Property Value
Type |
---|
EmptyPointMode |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |