menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EmptyPointMode - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

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

    Fields

    Average

    Declaration
    public const EmptyPointMode Average
    Field Value
    Type
    EmptyPointMode

    Drop

    Declaration
    public const EmptyPointMode Drop
    Field Value
    Type
    EmptyPointMode

    Gap

    Declaration
    public const EmptyPointMode Gap
    Field Value
    Type
    EmptyPointMode

    Zero

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