TiStripChart.DiscontinuousDataEnabled
TiStripChart See Also
Used to allow null data points.
property DiscontinuousDataEnabled : Boolean;
Description
Use DiscontinuousDataEnabled to allow null data points. Visually, the
StripChart will display a discontinuous section in the visible plot. If the user try's
to examine the data point with the cursor, "Null" will be display for the Y
value.
When discontinuous data is enabled, all data points are explicitly set to null
until set with the ChannelData property or the SetChannelsData method. To set a data point that is currently not null to a null value, use
the SetChannelDataNull method.
Example
Delphi
iComponent.DiscontinuousDataEnabled := True;
C++ Builder
iComponent->DiscontinuousDataEnabled = True;
Contents | Index | Previous | Next