Back to Devexpress

ScaleOptions.LabelFormat Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-scaleoptions.md

latest1.6 KB
Original Source

ScaleOptions.LabelFormat Property

Gets or sets the string used to format chart client label values. This is a dependency property.

Namespace : DevExpress.Xpf.Charts.RangeControlClient

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public string LabelFormat { get; set; }
vb
Public Property LabelFormat As String

Property Value

TypeDescription
String

A format string.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to LabelFormat
ChartBoundRangeControlClient

.ScaleOptions .LabelFormat

|

Remarks

Use the LabelFormat property to specify a custom format for the values displayed by chart client labels.

See Also

ScaleOptions Class

ScaleOptions Members

DevExpress.Xpf.Charts.RangeControlClient Namespace