Enum LegendPositionType
Enum LegendPositionType
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Enumerates the legend position types.
public enum LegendPositionType
Fields
Bottom = 0
Displays the legend to the bottom of the chart’s plot area.
Corner = 1
Displays the legend to the corner of the chart’s plot area.
Left = 4
Displays the legend to the left of the chart’s plot area.
NotDocked = 7
Represents that the legend is not docked.
Right = 3
Displays the legend to the right of the chart’s plot area.
Top = 2
Displays the legend to the top of the chart’s plot area.