Skip to main content
A newer version of this page is available. .

MovingAverageConvergenceDivergence.ShortPeriod Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int ShortPeriod { get; set; }

Property Value

Type Description
Int32

A Int32 value specifying the short period value.

Remarks

For more information about this indicator, refer to MACD.

See Also