Gets or sets the array of points in the series.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public Chart3DPoint[] Points { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property Points As Chart3DPoint()
	Get
	Set

See Also