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; }<DefaultValueAttribute(DataRequestType.Json)>
Public Property DataRequestType As DataRequestType
Get
Set
public:
[DefaultValueAttribute(DataRequestType::Json)]
property DataRequestType DataRequestType {
DataRequestType get ();
void set (DataRequestType value);
}Property Value
Type:
DataRequestType
See Also