RelativeStrengthIndexLowThreshold Property |
LightningChart .NET Help
Low threshold level, 30 percent by default
Namespace:
Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(30)]
public double LowThreshold { get; set; }<DefaultValueAttribute(30)>
Public Property LowThreshold As Double
Get
Set
public:
[DefaultValueAttribute(30)]
property double LowThreshold {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also