Spread WPF 18
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