Spread Windows Forms 12.0 Product Documentation
MinorTickLength Property (RadarValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarValueAxis Class : MinorTickLength Property
Gets or sets the length of minor tick marks.
Syntax
'Declaration
 
Public Property MinorTickLength As Single
'Usage
 
Dim instance As RadarValueAxis
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

Reference

RadarValueAxis Class
RadarValueAxis Members