MovingAveragePeriodCount Property |
LightningChart .NET Help
The number of time periods in the Moving Average calculation, set to 10 by default.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public int PeriodCount { get; set; }<DefaultValueAttribute(10)>
Public Property PeriodCount As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int PeriodCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also