ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccEmptyPointMode

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class AccEmptyPointMode : Enum

    Fields

    Average

    Declaration
    public const AccEmptyPointMode Average
    Field Value
    Type Description
    AccEmptyPointMode

    Drop

    Declaration
    public const AccEmptyPointMode Drop
    Field Value
    Type Description
    AccEmptyPointMode

    Gap

    Declaration
    public const AccEmptyPointMode Gap
    Field Value
    Type Description
    AccEmptyPointMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Zero

    Declaration
    public const AccEmptyPointMode Zero
    Field Value
    Type Description
    AccEmptyPointMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved