Spread Windows Forms 12.0 Product Documentation
MinorUnit Property (IndexAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > IndexAxis Class : MinorUnit Property
Gets or sets the interval for minor tick marks and minor grid lines.
Syntax
'Declaration
 
Public Property MinorUnit As Double
'Usage
 
Dim instance As IndexAxis
Dim value As Double
 
instance.MinorUnit = value
 
value = instance.MinorUnit
public double MinorUnit {get; set;}
Exceptions
ExceptionDescription
value is less than or equal to zero.
See Also

Reference

IndexAxis Class
IndexAxis Members