ETreatNullsStyle

type ETreatNullsStyle = (tnDontPaint, tnSkip, tnIgnore);

Type Library
TeeChartx

Description
Default value is tnDontPaint.

Determines how empty (null) point values are handled by series using the series TreatNulls property.

See also:

SetNull method.

IsNull function.

Each series displays null points in a different way.

For example, for Line and HorizLineseries:

tnIgnore means all points are considered non-null.