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

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