Skip to main content

RangeAreaSeries2D.LabelValueSeparator Property

Gets or sets a value that specifies the separator between two values inside a label for RangeAreaSeries2D series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string LabelValueSeparator { get; set; }

Property Value

Type Description
String

A String value that is the label separator.

Remarks

Use the LabelValueSeparator property to specify any value separator inside a label for the RangeAreaSeries2D chart.

Note

To provide the value separation inside a label, set the RangeAreaSeries2D.LabelKind attached property for the SeriesLabel object to OneLabel.

The following images illustrate the property behavior.

| LabelValueSeparator=” ; “ | LabelValueSeparator=” | “ | |—|—| | RangeAreaChart_LabelValueSeparator | RangeAreaChart_LabelValueSeparator(|) |

See Also