Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Trendline.Period Property

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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 ChartTrendlineType.MovingAverage type.

See Also