TradingChartPriceChartType Property |
LightningChart .NET Help
Price chart type
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(PriceChartType.CandleSticks)]
public PriceChartType PriceChartType { get; set; }<DefaultValueAttribute(PriceChartType.CandleSticks)>
Public Property PriceChartType As PriceChartType
Get
Set
public:
[DefaultValueAttribute(PriceChartType::CandleSticks)]
property PriceChartType PriceChartType {
PriceChartType get ();
void set (PriceChartType value);
}Property Value
Type:
PriceChartType
See Also