Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public IFormatProvider LabelFormatProvider { get; set; }

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
.ScaleOptions .LabelFormatProvider
See Also