Skip to main content

ChartRangeControlClientGridOptionsModel.LabelFormatProvider Property

Gets or Sets the value of the ChartRangeControlClientGridOptions.LabelFormatProvider within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public IFormatProvider LabelFormatProvider { get; set; }

Property Value

Type Description
IFormatProvider

The format provider whose format values are displayed by labels of the Range Control.

See Also