Enum EmptyPointValue
Represents modes for handling empty points.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum EmptyPointValue
Fields
Name | Description |
---|---|
Average | Validates the empty points in a series and sets the points y-value to an average value based on its neighbouring points. |
Zero | Validates the empty points in a series and sets the points y-value to Zero. |