MovingAverageConvergenceDivergence.SignalSmoothingPeriod Property
In This Article
Gets or sets the smoothing period value required to calculate the indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int SignalSmoothingPeriod { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | A Int32 value specifying the smoothing period value. |
See Also