Nevron .NET Vision
Nevron.Chart Namespace / NFloatBarSeries Class / ShowGanttConnectorLines Property


In This Topic
    ShowGanttConnectorLines Property
    In This Topic
    Gets or sets whether to draw a connector line between the previous bar end and the current bar begin
    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
    [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;}
    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