Aspose::Cells::Charts::LegendPositionType enum

LegendPositionType enum

Enumerates the legend position types.

enum class LegendPositionType

Values

NameValueDescription
Bottom0
Displays the legend to the bottom of the chart’s plot area.
Corner1
Displays the legend to the corner of the chart’s plot area.
Left4
Displays the legend to the left of the chart’s plot area.
NotDocked7
Represents that the legend is not docked.
Right3
Displays the legend to the right of the chart’s plot area.
Top2
Displays the legend to the top of the chart’s plot area.

See Also