Nevron .NET Vision
Nevron.Chart Namespace / NPointAndFigureSeries Class / PointData Property


In This Topic
    PointData Property
    In This Topic
    Gets a list of the gne
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointData As System.Collections.Generic.List(Of NPointAndFigureData)
    'Usage
     
    
    Dim instance As NPointAndFigureSeries
    Dim value As System.Collections.Generic.List(Of NPointAndFigureData)
     
    value = instance.PointData
    public System.Collections.Generic.List<NPointAndFigureData> PointData {get;}
    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