DataCursorOhlcField Property |
LightningChart .NET Help
OHLC field to observe, Open / High / Low / Close
Namespace:
Arction.CustomControls.Trader.WinForms.TradingDataCursors
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(PriceChartOhlcField.Close)]
public PriceChartOhlcField OhlcField { get; set; }<DefaultValueAttribute(PriceChartOhlcField.Close)>
Public Property OhlcField As PriceChartOhlcField
Get
Set
public:
[DefaultValueAttribute(PriceChartOhlcField::Close)]
property PriceChartOhlcField OhlcField {
PriceChartOhlcField get ();
void set (PriceChartOhlcField value);
}Property Value
Type:
PriceChartOhlcField
See Also