Back to Devexpress

BarSeriesLabelPosition Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-9487d986.md

latest1.6 KB
Original Source

BarSeriesLabelPosition Enum

Lists values used to specify the position of bar labels.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum BarSeriesLabelPosition

Members

NameDescription
Center

Labels are displayed in the center of bars.

| | InsideBottom |

Labels are displayed inside bars, at the bottom.

| | InsideTop |

Labels are displayed inside bars, at the top.

| | Outside |

Labels are displayed above bars.

|

The following properties accept/return BarSeriesLabelPosition values:

Remarks

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

See Also

DevExpress.XamarinForms.Charts Namespace