Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / Type Property


In This Topic
    Type Property (IAxis)
    In This Topic
    Returns an AxisType value that represents the Axis type.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As AxisType
    'Usage
     
    
    Dim instance As IAxis
    Dim value As AxisType
     
    value = instance.Type
    AxisType Type {get;}
    See Also