'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Whether to draw a connector line between bars.")> Public Property ShowConnectorLines As System.Boolean
'Usage
Dim instance As NBarSeriesBase Dim value As System.Boolean instance.ShowConnectorLines = value value = instance.ShowConnectorLines
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Whether to draw a connector line between bars.")] public System.bool ShowConnectorLines {get; set;}