Class EmptyPointSettings
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.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
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("displayMode")]
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 |