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

RangeAreaSeries2D.LegendValueSeparator Property

Gets or sets a value that specifies the separator between two values inside a legend for RangeAreaSeries2D 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.

Remarks

Use the LegendValueSeparator property to specify any value separator inside a legend for the RangeAreaSeries2D chart.

Note

To see the value separation on a legend, set the XYSeries.ColorEach property to true.

The following images illustrate the property behavior.

| LegendValueSeparator=” ; “ | LegendValueSeparator=” | “ | |—|—| | RangeAreaChart_LegendValueSeparator1 | RangeAreaChart_egendValueSeparator2 |

See Also