ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Axis Class / MinorUnit Property

In This Topic
    MinorUnit Property
    In This Topic
    Gets or sets the number of units between minor ticks and grid lines.
    Syntax
    'Declaration
     
    Public Property MinorUnit As Double
    public double MinorUnit {get; set;}
    Remarks
    If the axis contains date values, then the units are expressed in days.
    See Also