Gets or sets a value indicating whether the 3D series points are connected with lines. Relevant only for 3D Scatter chart with PointData layout.
Syntax
'Declaration
Public Property Connected As System.Boolean
public System.bool Connected {get; set;}
See Also