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