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.v19.1.dll

Declaration

public string LabelValueSeparator { get; set; }

Property Value

Type Description
String

A String value that is the label separator

See Also