AroonPeriodCount Property |
LightningChart .NET Help
The number of time periods used to calculate Aroon indicator, set to 25 days by default.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "25")]
public int PeriodCount { get; set; }<DefaultValueAttribute(GetType(Integer), "25")>
Public Property PeriodCount As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"25")]
property int PeriodCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also