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
public enum RangeBarSeriesLabelPosition
Members
Name | Description |
---|---|
Outside
|
Labels are displayed outside bars. |
Inside
|
Labels are displayed inside bars. |
Related API Members
The following properties accept/return RangeBarSeriesLabelPosition values:
Remarks
Use this enumeration’s values to set the RangeBarSeriesLabel.Position property.
See Also