ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / Axis Class / MinorUnit Property

In This Topic
    MinorUnit Property (Axis)
    In This Topic
    Gets or sets step between ticks, if null then value will be calculated automatically
    Syntax
    'Declaration
     
    Public Property MinorUnit As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MinorUnit {get; set;}
    See Also