TradingChartDataProvider Property |
LightningChart .NET Help
Controls which trading data provider should be used.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(DataProvider.AlphaVantage)]
public DataProvider DataProvider { get; set; }<DefaultValueAttribute(DataProvider.AlphaVantage)>
Public Property DataProvider As DataProvider
Get
Set
public:
[DefaultValueAttribute(DataProvider::AlphaVantage)]
property DataProvider DataProvider {
DataProvider get ();
void set (DataProvider value);
}Property Value
Type:
DataProvider
See Also