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

Add data to the series.

Syntax
C#
Visual Basic
public void AddLineValues(TVec Src, 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. The Y values are not interleaved. Any overview is computed internally by the drawing algorithm.

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