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

ChartRangeControlClient.ArgumentLabelFormatString Property

Gets or sets the pattern for formatting argument values to show them in the grid line labels.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

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

Declaration

public string ArgumentLabelFormatString { get; set; }

Property Value

Type Description
String

A String value that represents the format pattern.

See Also