Class EmptyPointValues
Represents the empty point values. This enum is used to describe the points values in the sparkline control.
Inheritance
System.Object
EmptyPointValues
Namespace: Syncfusion.SfSparkline.XForms
Assembly: Syncfusion.SfSparkline.XForms.dll
Syntax
public sealed class EmptyPointValues : Enum
Fields
Average
Represents the average empty points.
Declaration
public const EmptyPointValues Average
Field Value
Type | Description |
---|---|
EmptyPointValues |
None
Represents none empty points.
Declaration
public const EmptyPointValues None
Field Value
Type | Description |
---|---|
EmptyPointValues |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Zero
Represents the zero empty points.
Declaration
public const EmptyPointValues Zero
Field Value
Type | Description |
---|---|
EmptyPointValues |