Back to Devexpress

BarSeriesLabelPosition Enum

maui-devexpress-dot-maui-dot-charts-aca7019f.md

latest1.7 KB
Original Source

BarSeriesLabelPosition Enum

Lists values used to specify the position of bar labels.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.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.

Extension Methods

Yield<BarSeriesLabelPosition>()

YieldIfNotNull<BarSeriesLabelPosition>()

See Also

DevExpress.Maui.Charts Namespace