FibonacciRetracementLineWidth Property |
LightningChart .NET Help
Gets or sets the line width of the trend line and the retracements.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(2)]
public double LineWidth { get; set; }<DefaultValueAttribute(2)>
Public Property LineWidth As Double
Get
Set
public:
[DefaultValueAttribute(2)]
property double LineWidth {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also