Trendline.Period Property
Gets or sets the period for the moving-average trendline.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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