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


In This Topic
    AxisType Enumeration
    In This Topic
    Specifies the axis type.
    Syntax
    'Declaration
     
    Public Enum AxisType 
       Inherits System.Enum
    'Usage
     
    Dim instance As AxisType
    public enum AxisType : System.Enum 
    Members
    MemberDescription
    CategorySpecifies that the axis is a category axis
    DateSpecifies that the axis is a date axis
    ValueSpecifies that the axis is a value axis
    Inheritance Hierarchy

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

    See Also