WilliamsPercentRangeOverboughtRange Property |
LightningChart .NET Help
Overbought range. Values above this are considered overbought. Default value is -20.
Namespace:
Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "-20")]
public double OverboughtRange { get; set; }<DefaultValueAttribute(GetType(Double), "-20")>
Public Property OverboughtRange As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"-20")]
property double OverboughtRange {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also