You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Tee Namespace > Classes > SignalHighLowSeries Class > SignalHighLowSeries Methods > SignalHighLowSeries.AddHighValues Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalHighLowSeries.AddHighValues Method

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

Syntax
C#
Visual Basic
public void AddHighValues(TVec High, double Low, double Offset, double Step);

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 interlieved: ((High[0], Low), (High[1], Low), (High[2], Low),..)

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