Skip to main content
All docs
V26.1
  • TrendLine.MovingAveragePeriod Property

    Gets or sets the period of the moving-average trendline when TrendLine.Type is MovingAverage.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int MovingAveragePeriod { get; set; }

    Property Value

    Type Description
    Int32

    An integer from 2 to 255. The default value is 2.

    See Also