ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxes Class / FindByName Method
The name of the axis to locate.

In This Topic
    FindByName Method (ChartAxes)
    In This Topic
    Finds the ChartAxis with the specified name.
    Syntax
    'Declaration
     
    Public Shadows Function FindByName( _
       ByVal name As System.String _
    ) As ChartAxis
    public new ChartAxis FindByName( 
       System.string name
    )

    Parameters

    name
    The name of the axis to locate.

    Return Value

    The specified item
    See Also