ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Waterfall Class / ConnectorLines Property

In This Topic
    ConnectorLines Property (Waterfall)
    In This Topic
    Gets or sets a value that determines whether to show connector lines.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Waterfall.ConnectorLines", "Gets or sets a value that determines whether to show connector lines.")>
    Public Property ConnectorLines As Boolean
    [C1Description("Waterfall.ConnectorLines", "Gets or sets a value that determines whether to show connector lines.")]
    public bool ConnectorLines {get; set;}
    See Also