Class EmptyPointMode
Specifies the empty point mode of the chart.
Inheritance
System.Object
EmptyPointMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EmptyPointMode : Enum
Fields
Average
Defines to display empty points as previous and next point average.
Declaration
public const EmptyPointMode Average
Field Value
Type |
---|
EmptyPointMode |
Drop
Defines to ignore the empty point while rendering.
Declaration
public const EmptyPointMode Drop
Field Value
Type |
---|
EmptyPointMode |
Gap
Defines to display empty points as space.
Declaration
public const EmptyPointMode Gap
Field Value
Type |
---|
EmptyPointMode |
Zero
Defines to display empty points as zero.
Declaration
public const EmptyPointMode Zero
Field Value
Type |
---|
EmptyPointMode |