GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / LegendPosition Enumeration


LegendPosition Enumeration
Represents the position of the legend on a chart.
Syntax
'Declaration
 
Public Enum LegendPosition 
   Inherits System.Enum
 
'Usage
 
Dim instance As LegendPosition
Members
MemberDescription
BottomBelow the chart.
CustomA custom position.
LeftLeft of the chart.
RightRight of the chart.
TopAbove the chart.
TopRightIn the upper-right corner of the chart border.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.LegendPosition

See Also