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