Gets or sets whether a connecting line is drawn to an associated data point.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(false)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public bool Connected { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(False)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Connected As Boolean Get Set |