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


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