Spread WPF Documentation
ChartPositionType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : ChartPositionType Enumeration
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

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace