Skip to main content

RangeBarSeries2D.LabelValueSeparator Property

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

Note

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

The following images illustrate the property behavior.

| LabelValueSeparator=” ; “ | LabelValueSeparator=” | “ | |—|—| | RangeBar_LabelValueSeparator | RangeBar_LabelValueSeparator2 |

See Also