Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string ArgumentLabelFormatString { get; set; }

Property Value

Type Description
String

A String value that represents the format pattern.

See Also