ComponentOne FlexChart for WinForms
MinorUnit Property


C1.Win.Chart Namespace > Axis Class : MinorUnit Property
Gets or sets the number of units between minor ticks and grid lines.
Syntax
'Declaration
 
Public Property MinorUnit As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.MinorUnit = value
 
value = instance.MinorUnit
public double MinorUnit {get; set;}
Remarks
If the axis contains date values, then the units are expressed in days.
See Also

Reference

Axis Class
Axis Members