Append Method (IOhlcDataSeries<TX,TY>)
Appends an Open, High, Low, Close point to the series.
Overload List
Overload | Description |
---|---|
Append(TX,TY,TY,TY,TY) | Appends an Open, High, Low, Close point to the series. |
Append(TX,TY,TY,TY,TY,IPointMetadata) | Appends an Open, High, Low, Close point to the series. |
Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) | Appends a list of Open, High, Low, Close points to the series. |
Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) | Appends a list of Open, High, Low, Close points to the series. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also