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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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=” | “ | |—|—| | | |
See Also