Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarIndexAxis Class / MajorTickLength Property


In This Topic
    MajorTickLength Property (RadarIndexAxis)
    In This Topic
    Gets or sets the length of major tick marks.
    Syntax
    'Declaration
     
    
    Public Property MajorTickLength As Single
    'Usage
     
    
    Dim instance As RadarIndexAxis
    Dim value As Single
     
    instance.MajorTickLength = value
     
    value = instance.MajorTickLength
    public float MajorTickLength {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero or greater than 72.
    Remarks
    Length is measured in points.
    See Also