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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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