Overload List

Adds new point with specified integer index and double open, high, low and close.

public Int32 Add(System.Int32, System.Double, System.Double, System.Double, System.Double)

Adds new point with specified double index and double open, high, low and close.

public override Int32 Add(System.Double, System.Double, System.Double, System.Double, System.Double)

Adds new point with specified double open, high, low and close.

public Int32 Add(System.Double, System.Double, System.Double, System.Double)

Adds new point with specified DateTime x and double open, high, low and close.

public Int32 Add(System.DateTime, System.Double, System.Double, System.Double, System.Double)

Adds the DataView to the OHLC series.

public override Void Add(System.Data.DataView)

Remarks


The Add function appends a new Stock Market point to the Series. This function returns the corresponding point index for the new added point.


See Also

OHLC Class | OHLC Members | Steema.TeeChart.Styles Namespace