Back to Devexpress

RangeBarSeriesLabel.Kind Property

corelibraries-devexpress-dot-xtracharts-dot-rangebarserieslabel-24d11384.md

latest2.8 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RangeBarLabelKind Kind { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Kind As RangeBarLabelKind

Property Value

TypeDescription
RangeBarLabelKind

A RangeBarLabelKind enumeration value.

|

Available values:

NameDescription
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

RangeBarSeriesLabel Class

RangeBarSeriesLabel Members

DevExpress.XtraCharts Namespace