Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AxisInfo Class / Type Property


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

    Property Value

    The type.
    See Also