Skip to main content

ChartRangeControlClientGridOptions.LabelFormatProvider Property

Gets or set the format provider to format the values displayed by labels of the chart range control client.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public IFormatProvider LabelFormatProvider { get; set; }

Property Value

Type Description
IFormatProvider

A IFormatProvider object that supplies specific formatting information to the values displayed by labels of the chart range control client.

See Also