ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / Axis Class / MajorUnit Property

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