
All Units All Classes Properties, Methods and Events |
TTreatNullsStyle
type TTreatNullsStyle = (tnDontPaint, tnSkip, tnIgnore);
Unit
Series
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 HorizLine series:
\*\pn\fi-200\litnDontPaint means the line between a non-null and a null point is displayed but the line from the null point to the next point is not displayed.
tnSkip means the lines between a non-null point and the null point and the next non-null point are not displayed.
tnIgnore means all points are considered non-null.
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.