Gets or sets whether a connecting line is drawn to an associated data point.

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

Syntax

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

Remarks

If drawn, this connecting line is one pixel wide, and is drawn in the foreground color.

See Also