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

TrendlineLabel.NumberFormat Property

Provides access to formatting options for numerical values displayed in trendline labels.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

NumberFormatOptions NumberFormat { get; }

Property Value

Type Description
NumberFormatOptions

A NumberFormatOptions object that contains formatting options for displaying numbers.

See Also