Skip to main content

MovingAverageConvergenceDivergence.SignalSmoothingPeriod Property

Gets or sets the smoothing period value required to calculate the indicator.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int SignalSmoothingPeriod { get; set; }

Property Value

Type Description
Int32

A Int32 value specifying the smoothing period value.

Remarks

For more information about the MACD indicator, refer to the MACD Wikipedia page.

See Also