RelativeStrengthIndex(String, ValueLevel) Constructor
In This Article
Initializes a new instance of the RelativeStrengthIndex class with the specified name and value level.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public RelativeStrengthIndex(
string name,
ValueLevel valueLevel
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String object specifying the Indicator. |
value |
Value |
A Value |
See Also