Class AccEmptyPointMode
Defines the empty point mode of the chart.
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
AccEmptyPointMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AccEmptyPointMode : Enum
Fields
Average
Declaration
public const AccEmptyPointMode Average
Field Value
Drop
Declaration
public const AccEmptyPointMode Drop
Field Value
Gap
Declaration
public const AccEmptyPointMode Gap
Field Value
Zero
Declaration
public const AccEmptyPointMode Zero
Field Value