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