PriceChartOhlcField Enumeration |
LightningChart .NET Help
Price chart OHLC field selector.
Note, Volume and OpenInterest are not applicable for price chart, as they are plotted as auxiliary charts by themselves.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic enum PriceChartOhlcField
Public Enumeration PriceChartOhlcField
public enum class PriceChartOhlcField
Members|
| Member name | Value | Description |
|---|
| Open | 0 |
Open value
|
| High | 1 |
High value
|
| Low | 2 |
Low value
|
| Close | 3 |
Close value
|
See Also