Class ChartEmptyPointSettings
Specifies the Empty Point configuration of the chart.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartEmptyPointSettings : ChartSubComponent, ISubcomponentTracker
Constructors
ChartEmptyPointSettings()
Declaration
public ChartEmptyPointSettings()
Properties
Border
Sets and gets the border of the empty point.
Declaration
public ChartEmptyPointBorder Border { get; set; }
Property Value
Type |
---|
ChartEmptyPointBorder |
Fill
Sets and gets the fill of the empty point.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Mode
Sets and gets the mode of the empty point.
Declaration
public EmptyPointMode Mode { get; set; }
Property Value
Type |
---|
EmptyPointMode |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()