ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataLabelBase Class / ConnectingLine Property






In This Topic
    ConnectingLine Property (DataLabelBase)
    In This Topic
    Gets or sets a value indicating whether to draw lines that connect labels to the data points.
    Syntax
    'Declaration
     
    
    Public Property ConnectingLine As System.Boolean
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As System.Boolean
     
    instance.ConnectingLine = value
     
    value = instance.ConnectingLine
    public System.bool ConnectingLine {get; set;}
    public read-write property ConnectingLine: System.Boolean; 
    public function get,set ConnectingLine : System.boolean
    public: __property System.bool get_ConnectingLine();
    public: __property void set_ConnectingLine( 
       System.bool value
    );
    public:
    property System.bool ConnectingLine {
       System.bool get();
       void set (    System.bool value);
    }
    See Also