Back to Devexpress

LegendPosition Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-a7a01185.md

latest1.3 KB
Original Source

LegendPosition Enum

Lists positions of the legend on a chart.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum LegendPosition
vb
Public Enum LegendPosition

Members

NameDescription
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.

|

The following properties accept/return LegendPosition values:

Remarks

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

See Also

DevExpress.Spreadsheet.Charts Namespace