FibonacciRetracementMagnetic Property |
LightningChart .NET Help
Fibonacci Retracement is attached to the nearest OHLC-data value in vertical direction.
Namespace:
Arction.CustomControls.Trader.WinForms.DrawingTools
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool Magnetic { get; set; }<DefaultValueAttribute(false)>
Public Property Magnetic As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool Magnetic {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also