Skip to main content
A newer version of this page is available. .

Trendline.Period Property

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.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