PriceChartType Enumeration |
LightningChart .NET Help
Price chart type
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic enum PriceChartType
Public Enumeration PriceChartType
public enum class PriceChartType
Members|
| Member name | Value | Description |
|---|
| CandleSticks | 0 |
Candle-sticks
|
| Bars | 1 |
Price bars
|
| Line | 2 |
Line
|
| Mountain | 3 |
Mountain (area)
|
See Also