Skip to main content

RangeBarSeriesLabel.Kind Property

Gets or sets which range bar values (minimum, maximum, or both) series labels should display. This is a bindable property.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public RangeSeriesLabelKind Kind { get; set; }

Property Value

Type Default Description
RangeSeriesLabelKind TwoLabels

A value that specifies the label type.

Available values:

Name
OneLabel
TwoLabels
HighValueLabel
LowValueLabel
See Also