2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DataLabel Class / Connected Property

In This Topic
    Connected Property (DataLabel)
    In This Topic
    Gets or sets whether a connecting line is drawn to an associated data point.
    Syntax
    'Declaration
     
    Public Property Connected As System.Boolean
    public System.bool Connected {get; set;}
    See Also