Click or drag to resize

OhlcDataGetField Method

LightningChart .NET Help
Gets the value of the given field.

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public double GetField(
	OhlcField field
)

Parameters

field
Type: Arction.CustomControls.Trader.WinFormsOhlcField
OHLC field

Return Value

Type: Double
Field value
See Also