RangeBarLabelKind Enum
In This Article
Lists the values specifying which range bar values (minimum, maximum, or both) should be displayed within series labels in the 2D Range Bar view type.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
One |
Shows one label in the center of the range bar with both maximum and minimum values. |
Two |
Show both labels with maximum and minimum values of the range bar. |
Max |
Shows only the label for the maximum value of the range bar. |
Min |
Shows only the label for the minimum value of the range bar. |
#Remarks
The values listed by the RangeBarLabelKind enumeration are used to customize the appearance of series labels in the range bar via the RangeBarSeries2D.LabelKind property.
See Also