Specifies the position of the legend in a Chart object.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public enum LegendPosition |
Visual Basic
![]() |
---|
Public Enum LegendPosition |
Member name | Description | |
---|---|---|
![]() |
Bottom |
Indicates that the legend should be placed below the plot area, centered horizontally. |
![]() |
Float |
Indicates that the legend should be placed on top of the plot. |
![]() |
Left |
Indicates that the legend should be placed to the left of the plot area, centered vertically. |
![]() |
LeftDown |
Indicates that the legend should be placed to the left of the plot area, in the bottom corner. |
![]() |
LeftMiddle |
Indicates that the legend should be placed to the left of the plot area, centered vertically. |
![]() |
LeftUp |
Indicates that the legend should be placed to the left of the plot area, in the top corner. |
![]() |
RightDown |
Indicates that the legend should be placed to the right of the plot area, in the bottom corner. |
![]() |
RightMiddle |
Indicates that the legend should be placed to the right of the plot area, centered vertically. |
![]() |
RightUp |
Indicates that the legend should be placed to the right of the plot area, in the top corner. |
![]() |
Top |
Indicates that the legend should be placed above the plot area, centered horizontally. |