MovingAverageConvergenceDivergence.LongPeriod Property
Gets or sets the long period value required to calculate the indicator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public int LongPeriod { get; set; }
Property Value
Type | Description |
---|---|
Int32 | A Int32 value specifying the long period. |
Remarks
For more information about this indicator, refer to MACD.
See Also