Click or drag to resize

TradingChartSetRestApiKey Method

LightningChart .NET Help
Sets the customer-specific rest API key for the data provider. If this is not set, LightningChart's own connection will be used. Call this method only after DataProvider has been set, as changing DataProvider -property resets the current API key.

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public void SetRestApiKey(
	string restApiKey
)

Parameters

restApiKey
Type: SystemString
The API key
See Also