MindFusion.Wpf Pack Programmer's Guide
LegendPosition Enumeration
See Also
 





Specifies the position of the legend in a Chart object.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum LegendPosition

Visual Basic  Copy Code

Public Enum LegendPosition

 Members

  Member name Description

Bottom

Indicates that the legend should be placed below the plot area, centered horizontally.

Left

Indicates that the legend should be placed to the left of the plot area, centered vertically.

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.

 See Also

MindFusion.Spreadsheet.Wpf.Charts Namespace