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

CircularRangeAreaSeries2D.LabelValueSeparator Property

Gets or sets a value that specifies the separator between two values inside a label for CircularRangeAreaSeries2D series.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public string LabelValueSeparator { get; set; }

Property Value

Type Description
String

A String value that is the label separator

See Also