Defines how to treat null points.
[Serializable]
public sealed enum TreatNullsStyle : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
DoNotPaintNull points are not painted, but they are still used in other calculations.
SkipNull points are skipped in drawing and calculations. The Null points themselves are not painted, but the regular points are connected with a line (in case of Line Series). That results in no gaps.
IgnoreNull points are completely ignored.

See Also

Steema.TeeChart.Styles Namespace