Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / LayoutTarget Enumeration


In This Topic
    LayoutTarget Enumeration
    In This Topic
    Represents the possible ways to layout the plot area.
    Syntax
    'Declaration
     
    
    Public Enum LayoutTarget 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LayoutTarget
    public enum LayoutTarget : System.Enum 
    Members
    MemberDescription
    InnerThe plot area size shall determine the size of the plot area, not including the tick marks and axis labels.
    OuterThe plot area size shall determine the size of the plot area, the tick marks, and the axis labels.
    Inheritance Hierarchy

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

    See Also