TSignalHighLowSeries::AddLineValues Method

void AddLineValues(TVec *Src, double Offset, double Step);

Add data to the series.

#NameTypeDescription
1SrcTVec *
2Offsetdouble
3Stepdouble
Remarks:

The offset defines the start on the X axis and the step the distance between consecutive samples on the X axis. The src should contain the data that is to be drawn. The Y values are not interleaved. Any overview is computed internally by the drawing algorithm.

Declared in Dew::Signal::Controls::VCL::TSignalHighLowSeries · Dew.Signal.Controls.VCL/SignalSeriesTee.h · C++Builder only