ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / MinorUnit Property

In This Topic
    MinorUnit Property (Axis)
    In This Topic
    Gets or sets the number of units between minor ticks and grid lines.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(NaN)>
    <C1DescriptionAttribute("Axis.MinorUnit", "Gets or sets the number of units between minor ticks and grid lines.")>
    Public Property MinorUnit As Double
    [DefaultValue(NaN)]
    [C1Description("Axis.MinorUnit", "Gets or sets the number of units between minor ticks and grid lines.")]
    public double MinorUnit {get; set;}
    Remarks
    If the axis contains date values, then the units are expressed in days.
    See Also