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

CircularRangeAreaSeries2D.LegendValueSeparator Property

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public string LegendValueSeparator { get; set; }

Property Value

Type Description
String

A String value that is the legend separator.

See Also