.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : LegendBoxPosition Enumeration
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
MemberDescription
BottomThe legend box is rendered at the bottom right side of the graph.
BottomMiddleThe legend box is rendered at the bottom middle side of the graph.
ChartAreaLegendbox is drawn inside the chart area.
MiddleThe legend box is rendered at the middle right side of the graph.
NoneThe legend box is now visible.
TopThe 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