MovingAverageConvergenceDivergenceLongPeriodCount Property |
LightningChart .NET Help
Gets or sets the long period count.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(26)]
public int LongPeriodCount { get; set; }<DefaultValueAttribute(26)>
Public Property LongPeriodCount As Integer
Get
Set
public:
[DefaultValueAttribute(26)]
property int LongPeriodCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also