Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public string ThumbLabelFormatString { get; set; }

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.

NumericChartClientThumbStringFormat

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