Back to Devexpress

RangeBarSeriesLabelPosition Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-2580f908.md

latest1.4 KB
Original Source

RangeBarSeriesLabelPosition Enum

Lists values used to specify the position of RangeBar series labels.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum RangeBarSeriesLabelPosition

Members

NameDescription
Outside

Labels are displayed outside bars.

| | Inside |

Labels are displayed inside bars.

|

The following properties accept/return RangeBarSeriesLabelPosition values:

Remarks

Use this enumeration’s values to set the RangeBarSeriesLabel.Position property.

See Also

DevExpress.XamarinForms.Charts Namespace