RelativeStrengthIndexHighColor Property |
LightningChart .NET Help
Get or set the color of the indicator above HighThreshold level.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic Color HighColor { get; set; }Public Property HighColor As Color
Get
Set
public:
property Color HighColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also