RelativeStrengthIndexLineWidth Property |
LightningChart .NET Help
Gets or sets the width of the RSI lines.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1")]
public double LineWidth { get; set; }<DefaultValueAttribute(GetType(Double), "1")>
Public Property LineWidth As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1")]
property double LineWidth {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also