Skip to main content
A newer version of this page is available. .

LegendHorizontalPosition Enum

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

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public enum LegendHorizontalPosition

Members

Name Description
Center

The legend is centered horizontally inside the chart diagram.

LegendHorizontalPosition.Center

Left

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

LegendHorizontalPosition.Left

LeftOutside

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

LegendHorizontalPosition.LeftOutside

Right

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

LegendHorizontalPosition.Right

RightOutside

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

LegendHorizontalPosition.RightOutside

Related API Members

The following properties accept/return LegendHorizontalPosition values:

Remarks

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

See Also