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