dotnetCHARTING Send comments on this topic.
LegendBoxPosition Enumeration
See Also  
dotnetCHARTING Namespace : LegendBoxPosition Enumeration


Specifies the position of the legend box.

Syntax

Visual Basic (Declaration) 
Public Enum LegendBoxPosition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LegendBoxPosition
C# 
public enum LegendBoxPosition : Enum 

Members

MemberDescription
Top The legend box is rendered at the top right side of the graph.
Middle The legend box is rendered at the middle right side of the graph.
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.
None The legend box is now visible.
ChartArea Legendbox is drawn inside the chart area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LegendBoxPosition

See Also

© 2010 All Rights Reserved.