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