Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / AxisType Property


In This Topic
    AxisType Property
    In This Topic
    Gets or sets the type of the axis.
    Syntax
    'Declaration
     
    Public Property AxisType As AxisType
    'Usage
     
    Dim instance As Axis
    Dim value As AxisType
     
    instance.AxisType = value
     
    value = instance.AxisType
    public AxisType AxisType {get; set;}

    Property Value

    The type of the axis.
    See Also