ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabel Class / Connected Property

In This Topic
    Connected Property (Chart3DLabel)
    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;}
    Remarks
    If drawn, this connecting line is one pixel wide, and is drawn in the foreground color.
    See Also