Class EmptyPointValues
Represents the enum for the EmptyPointValue
Inheritance
System.Object
EmptyPointValues
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class EmptyPointValues : Enum
Fields
Average
Data point plotted at average of the point before and after.
Declaration
public const EmptyPointValues Average
Field Value
Type |
---|
EmptyPointValues |
None
Data point not plotted.
Declaration
public const EmptyPointValues None
Field Value
Type |
---|
EmptyPointValues |
Zero
Data point plotted at zero position.
Declaration
public const EmptyPointValues Zero
Field Value
Type |
---|
EmptyPointValues |