Skip to main content
A newer version of this page is available. .

RangeBarSeriesLabel.Kind Property

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.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public RangeBarLabelKind Kind { get; set; }

Property Value

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.

Remarks

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