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
EmptyPointBehavior
|
Gap
Disconnects the series, to signify the presence of empty datapoint.
Declaration
public const EmptyPointBehavior Gap
Field Value
EmptyPointBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Zero
Replaces the empty datapoint with 0.
Declaration
public const EmptyPointBehavior Zero
Field Value
EmptyPointBehavior
|