ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabelBase Class / ConnectingLine Property

In This Topic
    ConnectingLine Property (DataLabelBase)
    In This Topic
    Gets or sets a value indicating whether the data labels have a line connecting them with corresponding data point.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabelBase.ConnectingLine", "Gets or sets a value indicating whether the data labels have a line connecting them with corresponding data point.")>
    Public Property ConnectingLine As Boolean
    [C1Description("DataLabelBase.ConnectingLine", "Gets or sets a value indicating whether the data labels have a line connecting them with corresponding data point.")]
    public bool ConnectingLine {get; set;}
    See Also