Class EmptyPointValue
Represents modes for handling empty points.
Inheritance
System.Object
EmptyPointValue
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class EmptyPointValue : Enum
Fields
Average
Validates the empty points in a series and sets the points y-value to an average value based on its neighbouring points.
Declaration
public const EmptyPointValue Average
Field Value
Type |
---|
EmptyPointValue |
Zero
Validates the empty points in a series and sets the points y-value to Zero.
Declaration
public const EmptyPointValue Zero
Field Value
Type |
---|
EmptyPointValue |