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