Click or drag to resize

TradingChartAddData Method

LightningChart .NET Help
Adds new data points to the chart. Does not remove or replace the existing data points.

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

Parameters

data
Type: Arction.CustomControls.Trader.WPFOhlcData
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