ComponentOne Chart for WPF and Silverlight
Points Property


C1.WPF.C1Chart Namespace > XYZDataSeries Class : Points Property
Gets or sets the collection of points.
Syntax
'Declaration
 
Public Property Points As System.Windows.Media.Media3D.Point3DCollection
'Usage
 
Dim instance As XYZDataSeries
Dim value As System.Windows.Media.Media3D.Point3DCollection
 
instance.Points = value
 
value = instance.Points
public System.Windows.Media.Media3D.Point3DCollection Points {get; set;}
See Also

Reference

XYZDataSeries Class
XYZDataSeries Members