You are here: Symbol Reference > SignalSeriesTee Namespace > Classes > TSignalHighLowSeries Class > public > TSignalHighLowSeries.AddHighValues Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalHighLowSeries.AddHighValues Method

Use this method to pass values to the HighLow series when the drawing mode is overview.

Pascal
procedure AddHighValues(High: TVec; Low: double; 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. For THighLowSeries there should be one high and low value for each x value. The two Y values must be interleaved: ((High[0], Low), (High[1], Low), (High[2], Low),..)

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!