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


ChartLocation Enumeration
Specifies where to relocate a chart.
Syntax
'Declaration
 
Public Enum ChartLocation 
   Inherits System.Enum
 
'Usage
 
Dim instance As ChartLocation
Members
MemberDescription
AutomaticAuto control chart location.
NewSheetChart is moved to a new sheet.
ObjectChart is to be embedded in an existing sheet.
Inheritance Hierarchy

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

See Also