Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSBarCharts > Classes > TRSCandleStickChartValues > Methods

TRSCandleStickChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,String,TCanvasColor) Method

Scroll Prev Top Next More

Creates a new RSBarCharts.TRSCandleStickChartValue instance and adds it to the Items array. The new instance is initialized with the X, Close, High, Low, Caption, and Color parameters (Open is set to previous value's Close and Average=Low+(High-Low)/2). Call Add to create a candlestickr value in the collection. The new value is placed at the end of the Items array, or, if the collection is Sorted, placed at the sorted point in the collection (based on a default value (0)).

Add returns the new candlestick value.

Namespace: RSBarCharts

Parameters

X

Type: TRSChartValueType

Close

Type: TRSChartValueType

High

Type: TRSChartValueType

Low

Type: TRSChartValueType

Caption

Type: String

Color

Type: TCanvasColor

Return Value

Type: TRSCandleStickChartValue

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb