FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendPos Enumeration


LegendPos Enumeration
Specifies the legend position.
Syntax
'Declaration
 
Public Enum LegendPos 
   Inherits System.Enum
 
'Usage
 
Dim instance As LegendPos
Members
MemberDescription
BottomSpecifies the bottom position.
LeftSpecifies the left position.
RightSpecifies the right position.
TopSpecifies the top position.
TopRightSpecifies the top-right position.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.LegendPos

See Also