Back to Devexpress

RangeBarSeriesLabelModel.Kind Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-rangebarserieslabelmodel.md

latest2.0 KB
Original Source

RangeBarSeriesLabelModel.Kind Property

Gets or sets the value of the RangeBarSeriesLabel.Kind within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public RangeBarLabelKind Kind { get; set; }
vb
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Kind As RangeBarLabelKind

Property Value

TypeDescription
RangeBarLabelKind

The value specifying how series point labels should be displayed.

|

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.

|

See Also

RangeBarSeriesLabelModel Class

RangeBarSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace