RangeAreaSeries2D.LabelValueSeparator Property
In This Article
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.v14.2.dll
#Declaration
[NonTestableProperty]
[XtraSerializableProperty]
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 Range
The following images illustrate the property behavior.
| LabelValueSeparator=" ; " | LabelValueSeparator=" | " |
|---|---|
| |
|
See Also