Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / MajorTickLength Property


In This Topic
    MajorTickLength Property (PolarRadiusAxis)
    In This Topic
    Gets or sets the length of major tick marks.
    Syntax
    'Declaration
     
    
    Public Property MajorTickLength As Single
    'Usage
     
    
    Dim instance As PolarRadiusAxis
    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