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