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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RangeBarLabelKind Kind { get; set; }
#Property Value
Type | Description |
---|---|
Range |
A Range |
Available values:
Name | Description |
---|---|
One |
Show one label in the center of the range bar with both maximum and minimum values. Note that in this instance the Range |
Two |
Show both labels with maximum and minimum values of the range bar. |
Max |
Show only the label for the maximum value of the range bar. |
Min |
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.