DSP Master VCL
|
Add data to the series.
procedure AddLineValues(Src: TVec; Offset: double; Step: double);
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.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|