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

TrendlineLabel.NumberFormat Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

NumberFormatOptions NumberFormat { get; }

Property Value

Type Description
NumberFormatOptions

A NumberFormatOptions object that contains formatting options for displaying numbers.

See Also