Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

TrendlineLabel.NumberFormat Property

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

NumberFormatOptions NumberFormat { get; }

Property Value

Type Description
NumberFormatOptions

A NumberFormatOptions object that contains formatting options for displaying numbers.

See Also