ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / Min Property

In This Topic
    Min Property (AxisBase)
    In This Topic
    Gets or sets the minimum value for the axis.
    Syntax
    'Declaration
     
    Public Property Min As Double
    public double Min {get; set;}
    Remarks
    The Max and Min properties do not work with a DateTime axis.
    See Also