menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class EmptyPointSettingsBuilder

    Inheritance
    System.Object
    EmptyPointSettingsBuilder
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class EmptyPointSettingsBuilder

    Constructors

    EmptyPointSettingsBuilder(EmptyPointSettings)

    Declaration
    public EmptyPointSettingsBuilder(EmptyPointSettings emptyPointSettings)
    Parameters
    Type Name Description
    EmptyPointSettings emptyPointSettings

    Methods

    DisplayMode(ChartEmptyPointMode)

    Declaration
    public EmptyPointSettingsBuilder DisplayMode(ChartEmptyPointMode DisplayMode)
    Parameters
    Type Name Description
    ChartEmptyPointMode DisplayMode
    Returns
    Type Description
    EmptyPointSettingsBuilder

    Style(Action<EmptyPointSettingsStyleBuilder>)

    Declaration
    public EmptyPointSettingsBuilder Style(Action<EmptyPointSettingsStyleBuilder> Style)
    Parameters
    Type Name Description
    System.Action<EmptyPointSettingsStyleBuilder> Style
    Returns
    Type Description
    EmptyPointSettingsBuilder

    Visible(Boolean)

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