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

In This Topic
    ConnectingLine Property (PieDataLabel)
    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 Boolean
    public bool ConnectingLine {get; set;}
    See Also