StochasticOscillatorMovingAverageLineColor Property |
LightningChart .NET Help
Gets or sets the color of the Moving Average line.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic Color MovingAverageLineColor { get; set; }Public Property MovingAverageLineColor As Color
Get
Set
public:
property Color MovingAverageLineColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also