Back to Devexpress

LegendHorizontalPosition Enum

maui-devexpress-dot-maui-dot-charts-f6d4b522.md

latest2.0 KB
Original Source

LegendHorizontalPosition Enum

Lists values used to specify the legend’s horizontal position relative to the chart diagram.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public enum LegendHorizontalPosition

Members

NameDescription
Center

The legend is centered horizontally inside the chart diagram.

| | Left |

The legend is positioned inside the chart diagram and aligned to the left side.

| | LeftOutside |

The legend is positioned to the left of the chart diagram.

| | Right |

The legend is positioned inside the chart diagram and aligned to the right side.

| | RightOutside |

The legend is positioned to the right of the chart diagram.

|

The following properties accept/return LegendHorizontalPosition values:

Remarks

Use this enumeration’s values to set the Legend.HorizontalPosition property.

Extension Methods

Yield<LegendHorizontalPosition>()

YieldIfNotNull<LegendHorizontalPosition>()

See Also

DevExpress.Maui.Charts Namespace