Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / AxisId Property


In This Topic
    AxisId Property (RadarValueAxis)
    In This Topic
    Gets or sets the ID of the axis.
    Syntax
    'Declaration
     
    
    Public Property AxisId As Integer
    'Usage
     
    
    Dim instance As RadarValueAxis
    Dim value As Integer
     
    instance.AxisId = value
     
    value = instance.AxisId
    public int AxisId {get; set;}
    Exceptions
    ExceptionDescription
    value is less than zero.
    See Also