Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class / FindByMask Method
data series mask


In This Topic
    FindByMask Method
    In This Topic
    Finds the index data series which corresponds to the specified mask
    Syntax
    'Declaration
     
    
    Public Function FindByMask( _
       ByVal mask As DataSeriesMask _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDataSeriesCollection
    Dim mask As DataSeriesMask
    Dim value As System.Integer
     
    value = instance.FindByMask(mask)
    public System.int FindByMask( 
       DataSeriesMask mask
    )

    Parameters

    mask
    data series mask

    Return Value

    index of the data series, or -1 if it was not found
    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