Click or drag to resize

OhlcDataRoutinesGetXValuesAsXAxisValues Method

LightningChart .NET Help
Get X values as XAxis values from given OHLC data.

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static double[] GetXValuesAsXAxisValues(
	OhlcData[] data,
	AxisX xAxis,
	int startIndex,
	int count
)

Parameters

data
Type: Arction.CustomControls.Trader.WPFOhlcData
Input OHLC data
xAxis
Type: Arction.Wpf.Charting.AxesAxisX
X axis
startIndex
Type: SystemInt32
Start index
count
Type: SystemInt32
Count to process

Return Value

Type: Double
X values array
See Also