ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / LabelConnected Property

In This Topic
    LabelConnected Property
    In This Topic
    Gets or sets a value indicating whether a connecting line is drawn from a label to its associated data point.
    Syntax
    'Declaration
     
    Public Property LabelConnected As Boolean
    public bool LabelConnected {get; set;}
    See Also