ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Min Property

In This Topic
    Min Property (IAxis)
    In This Topic
    Gets the minimum value for the axis.
    Syntax
    'Declaration
     
    ReadOnly Property Min As Nullable(Of Double)
    Nullable<double> Min {get;}
    Remarks
    If omitted, the axis automatically scales.
    See Also