Click or drag to resize

TradingChartSetData Method

LightningChart .NET Help
Set data to chart

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public void SetData(
	OhlcData[] data,
	string currency = "",
	string title = ""
)

Parameters

data
Type: Arction.CustomControls.Trader.WinFormsOhlcData
OHLC and volume data. If it contains gaps of non-trading days, chart removes them automatically
currency (Optional)
Type: SystemString
Currency
title (Optional)
Type: SystemString
Security title, like "Apple, Inc"
See Also