Skip to main content

Trendline.Period Property

Gets or sets the period for the moving-average trendline.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Period { get; set; }

Property Value

Type Description
Int32

An integer from 2 to 255.

Remarks

The Period value is applicable only to the trendline of the MovingAverage type.

See Also