'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Whether to draw a connector line between the previous bar end and the current bar begin.")> Public Property ShowGanttConnectorLines As System.Boolean
'Usage
Dim instance As NFloatBarSeries Dim value As System.Boolean instance.ShowGanttConnectorLines = value value = instance.ShowGanttConnectorLines
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Whether to draw a connector line between the previous bar end and the current bar begin.")] public System.bool ShowGanttConnectorLines {get; set;}