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)

See Also

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