ChartRangeControlClientBase.ThumbLabelFormatString Property
Gets or sets the pattern for formatting thumb label values of the chart range control client. This is a dependency property.
Namespace: DevExpress.Xpf.Charts.RangeControlClient
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| String | The format pattern. |
Remarks
Use the ThumbLabelFormatString property to specify a custom format for the values displayed by thumb labels.
The following image shows this property in action with the {0:C2} pattern for the numeric chart client.
![]()
Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics in MSDN.
See Also