Back to Devexpress

RangeBarLabelKind Enum

wpf-devexpress-dot-xpf-dot-charts-7f30b3e5.md

latest1.6 KB
Original Source

RangeBarLabelKind Enum

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum RangeBarLabelKind
vb
Public Enum RangeBarLabelKind

Members

NameDescription
OneLabel

Shows one label in the center of the range bar with both minimum and maximum values.

| | TwoLabels |

Show both labels with minimum and maximum values of the range bar.

| | MaxValueLabel |

Shows only the label for the maximum value of the range bar.

| | MinValueLabel |

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

DevExpress.Xpf.Charts Namespace