Click or drag to resize

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.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public enum PriceChartOhlcField
Members
  Member nameValueDescription
Open0 Open value
High1 High value
Low2 Low value
Close3 Close value
See Also