Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LegendPosition Enum

Lists positions of the legend on a chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum LegendPosition

Members

Name Description
Bottom

Below the chart.

Left

On the left of the chart.

Right

On the right of the chart.

Top

Above the chart.

TopRight

In the upper right corner.

Remarks

The LegendPosition enumeration is used to specify the Legend.Position property value.

See Also