MovingAverageConvergenceDivergenceSignalLineWidth Property |
LightningChart .NET Help
Gets or sets the Signal line width.
Namespace:
Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(1)]
public double SignalLineWidth { get; set; }<DefaultValueAttribute(1)>
Public Property SignalLineWidth As Double
Get
Set
public:
[DefaultValueAttribute(1)]
property double SignalLineWidth {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also