Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ChartPositionType Enumeration


In This Topic
    ChartPositionType Enumeration
    In This Topic
    Specifies how to change the chart position when cells move.
    Syntax
    'Declaration
     
    Public Enum ChartPositionType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ChartPositionType
    public enum ChartPositionType : System.Enum 
    Members
    MemberDescription
    BothMove and size with cells.
    MoveWithCellsMove but do not size with cells.
    SizeWithCellsSize but do not move with cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.ChartPositionType

    See Also