Nevron .NET Vision
Nevron.Chart Namespace / NSeriesBase Class / GetDataSeriesInfos Method


In This Topic
    GetDataSeriesInfos Method (NSeriesBase)
    In This Topic
    Gets the data series infos for this class
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDataSeriesInfos() As System.Collections.Generic.List(Of NDataSeriesInfo)
    'Usage
     
    
    Dim instance As NSeriesBase
    Dim value As System.Collections.Generic.List(Of NDataSeriesInfo)
     
    value = instance.GetDataSeriesInfos()
    protected virtual System.Collections.Generic.List<NDataSeriesInfo> GetDataSeriesInfos()
    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