Click or drag to resize

RelativeStrengthIndex Properties

LightningChart .NET Help

The RelativeStrengthIndex type exposes the following members.

Properties
  NameDescription
Public propertyColor
Indicator color between the threshold levels
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyHighColor
Get or set the color of the indicator above HighThreshold level.
Public propertyHighThreshold
High threshold level, 70 percent by default
Public propertyID
ID string for the indicator
(Inherited from Indicator.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLimitYToStackSegment
Indicator is clipped outside the segment it belongs to.
Public propertyLineWidth
Gets or sets the width of the RSI lines.
Public propertyLowColor
Get or set the color of the indicator below LowThreshold level.
Public propertyLowThreshold
Low threshold level, 30 percent by default
Public propertyPeriodCount
The number of time periods in the RSI calculation, set to 14-day RSI by default.
Public propertySegmentHeight
Segment height, relative to other segment values
(Inherited from SegmentIndicator.)
Public propertyTitle
Title shown in the data cursor box, and near Y-axes.
(Inherited from Indicator.)
Top
See Also