corelibraries-devexpress-dot-xtracharts-dot-rangebarserieslabel-24d11384.md
Gets or sets the kind of labels in Side-by-Side Range Bar, Overlapped Range Bar and Gantt series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RangeBarLabelKind Kind { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Kind As RangeBarLabelKind
| Type | Description |
|---|---|
| RangeBarLabelKind |
A RangeBarLabelKind enumeration value.
|
Available values:
| Name | Description |
|---|---|
| OneLabel |
Show one label in the center of the range bar with both maximum and minimum values. Note that in this instance the RangeBarSeriesLabel.Position property has no effect.
| | TwoLabels |
Show both labels with maximum and minimum values of the range bar.
| | MaxValueLabel |
Show only the label for the maximum value of the range bar.
| | MinValueLabel |
Show only the label for the minimum value of the range bar.
|
Use the Kind property to specify which labels should be shown for a series of a Side-by-Side Range Bar, Overlapped Range Bar or Gantt type. Refer to RangeBarLabelKind topic for a description.
See Also