Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeriesCollection Class / FindByName Method
data series name to look for


In This Topic
    FindByName Method
    In This Topic
    Queries for the data series with the specifed name
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal sName As String _
    ) As DataSeries
    'Usage
     
    Dim instance As DataSeriesCollection
    Dim sName As String
    Dim value As DataSeries
     
    value = instance.FindByName(sName)
    public DataSeries FindByName( 
       string sName
    )

    Parameters

    sName
    data series name to look for

    Return Value

    reference to the first DataSeries with the specified name, null if a data series with that name does not exist
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also