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

RangeBarSeries2D.LegendValueSeparator Property

Gets or sets a value that specifies a separator between two values inside a legend for RangeBarSeries2D 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 RangeBarSeries2D 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=” | “ | |—|—| | RangeBarChart_LegendValueSeparator1 | RangeBarChart_LegendValueSeparator |

See Also