TradingChartTrackOhlcData Property |
LightningChart .NET Help
Allows data cursor to track the visible Ohlc-data. When disabled, cursor can still track technical indicators.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool TrackOhlcData { get; set; }<DefaultValueAttribute(true)>
Public Property TrackOhlcData As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool TrackOhlcData {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also