This enumeration defines the behavior of the sparkline when it encounters an empty Y point.
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum EmptyPointBehavior
Fields
Skips the points.
C#
DoNotShow = 2
Shows the point blank.
C#
ShowAsBlank = 0
Considers the empty Y value as 0.
C#
ShowAsZero = 1