Back to Devexpress

RangeBarSeriesLabel.Kind Property

maui-devexpress-dot-maui-dot-charts-dot-rangebarserieslabel.md

latest1021 B
Original Source

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

csharp
public RangeSeriesLabelKind Kind { get; set; }

Property Value

TypeDefaultDescription
RangeSeriesLabelKindTwoLabels

A value that specifies the label type.

|

Available values:

Name
OneLabel
TwoLabels
HighValueLabel
LowValueLabel

See Also

RangeBarSeriesLabel Class

RangeBarSeriesLabel Members

DevExpress.Maui.Charts Namespace