EnumEmptyPointBehavior
Enum
This enumeration defines the behavior of the sparkline when it encounters an empty Y point.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum EmptyPointBehavior
Fields
DropPoint
Drops the empty point.
ShowAsZero
Converts the empty Y point to 0.