Spread Windows Forms 12.0 Product Documentation
MinorTickLength Property (IndexAxis)


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

IndexAxis Class
IndexAxis Members