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
Syntaxpublic void SetRestApiKey(
string restApiKey
)
Public Sub SetRestApiKey (
restApiKey As String
)
public:
void SetRestApiKey(
String^ restApiKey
)
Parameters
- restApiKey
- Type: SystemString
The API key
See Also