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


In This Topic
    ChartElementPosition Enumeration
    In This Topic
    Specifies the position of the chart element.
    Syntax
    'Declaration
     
    
    Public Enum ChartElementPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartElementPosition
    public enum ChartElementPosition : System.Enum 
    Members
    MemberDescription
    AutomaticAutomatically sets the position of the chart element.
    CustomSpecifies a specific position for the chart element.
    Inheritance Hierarchy

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

    See Also