Enum EmptyPointBehavior
Determines how empty datapoints are handled by the control.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum EmptyPointBehavior
Drop
Does not render visible representation for the corresponding empty datapoint.
Gap
Disconnects the series, to signify the presence of empty datapoint.
Zero
Replaces the empty datapoint with 0.