Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartLocation Enumeration


In This Topic
    ChartLocation Enumeration
    In This Topic
    Specifies where to relocate a chart.
    Syntax
    'Declaration
     
    
    Public Enum ChartLocation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartLocation
    public enum ChartLocation : System.Enum 
    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