ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / XYZDataSeries Class / Points Property


In This Topic
    Points Property
    In This Topic
    Gets or sets the collection of points.
    Syntax
    'Declaration
     
    
    Public Property Points As Point3DCollection
    'Usage
     
    
    Dim instance As XYZDataSeries
    Dim value As Point3DCollection
     
    instance.Points = value
     
    value = instance.Points
    public Point3DCollection Points {get; set;}
    See Also