Click or drag to resize

OhlcDataGetField Method

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

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

Parameters

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

Return Value

Type: Double
Field value
See Also