Gets or sets whether the series points are connected with lines.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool Connected { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute> _
Public Property Connected As Boolean
	Get
	Set

Remarks

The line style is defined by the LineStyle property of Chart3DPointSeries Style object.

See Also