ScaleOptions.LabelFormatProvider Property
Gets or set the format provider to format the values displayed by labels of the chart range control client. This is a dependency property.
Namespace: DevExpress.Xpf.Charts.RangeControlClient
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
IFormatProvider | An object of a class that implements a IFormatProvider that supplies specific formatting information on the values displayed by labels of the chart range control client. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to LabelFormatProvider |
---|---|
ChartBoundRangeControlClient |
|
See Also