void AddLineValues(TVec *Src, double Offset, double Step);
Add data to the series.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * | |
| 2 | Offset | double | |
| 3 | Step | double |
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