Click or drag to resize

OhlcDataRoutinesGetCloseValuesFromOhlcData Method

LightningChart .NET Help
Gets Close values from data.

Namespace:  Arction.CustomControls.Trader.WinForms.Routines
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public static double[] GetCloseValuesFromOhlcData(
	OhlcData[] data
)

Parameters

data
Type: Arction.CustomControls.Trader.WinFormsOhlcData
Input OHLC data

Return Value

Type: Double
Close values in the same order as in array given
See Also