Determines whether scatter chart points have droplines. Set this property to true if points should have drop lines.

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 DropLines { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
Public Property DropLines As Boolean
	Get
	Set

Remarks

Only for scatter chart.

See Also