Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Surface3DSeries Class / DataPoints Property


In This Topic
    DataPoints Property (Surface3DSeries)
    In This Topic
    Gets the collection of Surface3DDataPoint objects that represent the Surface3DSeries' data.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataPoints As List(Of Surface3DDataPoint)
    'Usage
     
    Dim instance As Surface3DSeries
    Dim value As List(Of Surface3DDataPoint)
     
    value = instance.DataPoints
    public List<Surface3DDataPoint> DataPoints {get;}
    Remarks

    Note that said collection is generated by combining CategoriesValues.

    Also note that each Surface3DDataPoint within the collection will contain an index, a Category & a Value.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, 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