Skip to main content

TrendlineLabel.NumberFormat Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

NumberFormatOptions NumberFormat { get; }

Property Value

Type Description
NumberFormatOptions

A NumberFormatOptions object that contains formatting options for displaying numbers.

See Also