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