Skip to main content
A newer version of this page is available. .

RangeBarSeriesLabel.Kind Property

Gets or sets which range bar values (minimum, maximum, or both) series labels should display.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public RangeSeriesLabelKind Kind { get; set; }

Property Value

Type Description
RangeSeriesLabelKind

A value that specifies the label type.

Available values:

Name
OneLabel
TwoLabels
HighValueLabel
LowValueLabel
See Also