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

In This Topic
    Min Property (Axis)
    In This Topic
    Gets or sets the minimum value for the axis.
    Syntax
    'Declaration
     
    Public Property Min As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Min {get; set;}

    Property Value

    A GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo value indicating the minimum value for the axis.
    Remarks
    If omitted, the axis automatically scales.
    See Also