LegendBoxPosition Enumeration
Specifies the position of the legend box.
Syntax
'Declaration Public Enum LegendBoxPosition Inherits System.Enum
'Usage Dim instance As LegendBoxPosition
public enum LegendBoxPosition : System.Enum
Members
Member | Description |
---|---|
Bottom | The legend box is rendered at the bottom right side of the graph. |
BottomMiddle | The legend box is rendered at the bottom middle side of the graph. |
ChartArea | Legendbox is drawn inside the chart area. |
Middle | The legend box is rendered at the middle right side of the graph. |
None | The legend box is now visible. |
Top | The legend box is rendered at the top right side of the graph. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.LegendBoxPosition
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also