Click or drag to resize

DataAwareControlSetProvider Method

LightningChart .NET Help
Changes the used data provider. Affects the search bar and methods such as OpenSymbol().

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public void SetProvider(
	DataProvider dataProvider,
	TradingDataProvider customProvider = null
)

Parameters

dataProvider
Type: Arction.CustomControls.Trader.WPFDataProvider
If using custom data provider (DataProvider.UserDefined), set the provider here.
customProvider (Optional)
Type: Arction.CustomControls.Trader.WPF.DataProvidersTradingDataProvider
Custom data provider
See Also