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

In This Topic
    ConnectingLine Property (DataLabelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataLabelBase.ConnectingLine. 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