Class EmptyPointBehavior
Determines how empty datapoints are handled by the control.
Inheritance
System.Object
EmptyPointBehavior
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class EmptyPointBehavior : Enum
Fields
Drop
Does not render visible representation for the corresponding empty datapoint.
Declaration
public const EmptyPointBehavior Drop
Field Value
Gap
Disconnects the series, to signify the presence of empty datapoint.
Declaration
public const EmptyPointBehavior Gap
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Zero
Replaces the empty datapoint with 0.
Declaration
public const EmptyPointBehavior Zero