Back to Devexpress

BubbleSeriesLabelPosition Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-6c21c44f.md

latest1.1 KB
Original Source

BubbleSeriesLabelPosition Enum

Lists values used to specify the position of labels relative to bubbles.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum BubbleSeriesLabelPosition

Members

NameDescription
Center

Labels are located in the center of bubbles.

| | Outside |

Labels are located outside bubbles.

|

The following properties accept/return BubbleSeriesLabelPosition values:

Remarks

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

See Also

DevExpress.XamarinForms.Charts Namespace