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