void AddHighLowValues(TVec *Src, double Offset, double Step);
Use this method to pass values to the HighLow series when the drawing is mode is overview.
| # | 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. For THighLowSeries there should be one high and low value for each x value. The two Y values must be interleaved: ((y[0], y[1]), (y[2], y[3]), (y[4],...),..)
Declared in Dew::Signal::Controls::VCL::TSignalHighLowSeries · Dew.Signal.Controls.VCL/SignalSeriesTee.h · C++Builder only