Click or drag to resize

TradingChartDataRequestType Property

LightningChart .NET Help
Set in which data string format (json, csv) the pre-defined provider returns data.

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(DataRequestType.Json)]
public DataRequestType DataRequestType { get; set; }

Property Value

Type: DataRequestType
See Also