Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / Minimum Property

In This Topic
    Minimum Property (ChartAxis)
    In This Topic
    Gets or sets the minimum value for the axis. If null (which is the default) or error in expression, the axis autoscales.
    Syntax
    'Declaration
     
    Public Property Minimum As RdlObject
    public RdlObject Minimum {get; set;}
    See Also