LegendPosition Enum
Lists positions of the legend on a chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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. |
Related API Members
The following properties accept/return LegendPosition values:
Remarks
The LegendPosition enumeration is used to specify the Legend.Position property value.
See Also