MassIndexModel.MovingAveragePointsCount Property
Gets or sets the value of the MassIndex.MovingAveragePointsCount within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public int MovingAveragePointsCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The count of points used to calculate the exponential moving average (EMA). |
See Also