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


In This Topic
    ChartProtection Enumeration
    In This Topic
    Represents protection for the chart.
    Syntax
    'Declaration
     
    
    Public Enum ChartProtection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartProtection
    public enum ChartProtection : System.Enum 
    Members
    MemberDescription
    ChartObjectChart object.
    DataData cannot be changed.
    DefaultDefault settings of protection.
    FormattingFormatting.
    NoneNo protection.
    SelectionSelection
    UserInterfaceUser Interface
    Inheritance Hierarchy

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

    See Also