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

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