Class ChartEmptyPoints
Represents the behavior for empty points in a series.
Inheritance
System.Object
ChartEmptyPoints
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartEmptyPoints
Constructors
ChartEmptyPoints()
Declaration
public ChartEmptyPoints()
ChartEmptyPoints(ReportSerializer)
Declaration
public ChartEmptyPoints(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type | Description |
---|---|
ActionInfo |
AxisLabel
Declaration
public string AxisLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChartDataLabel
Declaration
public ChartDataLabel ChartDataLabel { get; set; }
Property Value
Type | Description |
---|---|
ChartDataLabel |
ChartMarker
Declaration
public ChartMarker ChartMarker { get; set; }
Property Value
Type | Description |
---|---|
ChartMarker |
CustomProperties
Declaration
public CustomProperties CustomProperties { get; set; }
Property Value
Type | Description |
---|---|
CustomProperties |
Style
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ResetCustomProperties()
Declaration
public void ResetCustomProperties()
ShouldSerializeCustomProperties()
Declaration
public bool ShouldSerializeCustomProperties()
Returns
Type | Description |
---|---|
System.Boolean |