Class AccumulationChartEmptyPointSettings
Gets and sets configurarion of empty point settings for the chart.
Inheritance
System.Object
AccumulationChartEmptyPointSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationChartEmptyPointSettings : SfBaseComponent
Constructors
AccumulationChartEmptyPointSettings()
Declaration
public AccumulationChartEmptyPointSettings()
Properties
Border
Options to customize the border of empty points.
Declaration
public AccumulationChartEmptyPointBorder Border { get; set; }
Property Value
ChildContent
Gets and sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
Fill
To customize the fill color of empty points.
Declaration
public string Fill { get; set; }
Property Value
Mode
To customize the mode of empty points.
Declaration
public EmptyPointMode Mode { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |