Nevron.Chart Namespace / NFloatBarSeries Class / ShowGanttConnectorLines Property


ShowGanttConnectorLines Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also