Nevron .NET Vision
Nevron.Chart Namespace / NBarSeriesBase Class / ShowConnectorLines Property


In This Topic
    ShowConnectorLines Property
    In This Topic
    Gets or sets whether to draw a connector line between bars
    Syntax
    '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;}
    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