TiXYPlotChannel.AddEmpty
TiXYPlotChannel
Used to add an empty data point to the channel.
function AddEmpty() : Integer;
Description
Adds an empty data point to the channel. This method creates an empty X and
empty Y value data point, and returns a data point index value. Use this index
value to manipulate the data point at a later time.
Example
Delphi
index := iComponent.Channel[0].AddEmpty();
C++ Builder
index = iComponent->Channel[0]->AddEmpty();
Contents | Index | Previous | Next