menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class EmptyPointSettings

    Inheritance
    System.Object
    EJTagHelper
    EmptyPointSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class EmptyPointSettings : EJTagHelper

    Constructors

    EmptyPointSettings()

    Declaration
    public EmptyPointSettings()

    Properties

    DisplayMode

    Gets or sets the DisplayMode of empty points.

    Declaration
    [JsonProperty("displayMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ChartEmptyPointMode DisplayMode { get; set; }
    Property Value
    Type Description
    ChartEmptyPointMode
    Remarks

    Specifies the mode of empty point.

    Style

    Gets or sets the Style for empty points.

    Declaration
    [JsonProperty("style")]
    public ChartEmptyPointStyle Style { get; set; }
    Property Value
    Type Description
    ChartEmptyPointStyle
    Remarks

    Options for customizing the color and border of the empty point in the series.

    Visible

    Gets or sets the value of Visible property of empty points.

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Controls the visibility of the empty point.

    Methods

    ShouldSerializeStyle()

    Declaration
    public bool ShouldSerializeStyle()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved