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

Trendline.AutoName Property

Gets or sets whether a name of the trendline is generated automatically.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool AutoName { get; set; }

Property Value

Type Description
Boolean

true, to use automatically generated name; otherwise, false.

Remarks

To specify a custom name for the trendline, use the Trendline.CustomName property.

See Also