Class EmptyPointBehavior
This enumeration defines the behavior of the sparkline when it encounters an empty Y point.
Inheritance
System.Object
EmptyPointBehavior
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class EmptyPointBehavior : Enum
Fields
DropPoint
Drops the empty point.
Declaration
public const EmptyPointBehavior DropPoint
Field Value
EmptyPointBehavior
|
ShowAsZero
Converts the empty Y point to 0.
Declaration
public const EmptyPointBehavior ShowAsZero
Field Value
EmptyPointBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|