Class ChartEmptyPointSettings
Provides the options to customize the empty point 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
Gets or sets the border configuration of the empty point.
Declaration
public ChartEmptyPointBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartEmptyPointBorder | An instance of ChartEmptyPointBorder that defines the border properties for the empty point. |
Remarks
Use this property to specify border-related attributes such as color and width for the empty points, enhancing their appearance and distinction in the chart.
Fill
Gets or sets the fill color of the empty point.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the fill color of the empty point. |
Remarks
This property is used to define the color used to fill empty points in the chart.
Mode
Gets or sets the mode of the empty point.
Declaration
public EmptyPointMode Mode { get; set; }
Property Value
Type | Description |
---|---|
EmptyPointMode | An EmptyPointMode enumeration value that indicates how empty points are treated in the chart. The default value is Gap. |
Remarks
This property determines how the chart visually represents data points that are missing or explicitly set to be empty.
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()