ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPointSeries Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets or sets the array of points in the series.
    Syntax
    'Declaration
     
    Public Property Points As Chart3DPoint()
    public Chart3DPoint[] Points {get; set;}
    See Also