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