Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Interaction Namespace / LineMarker Class / Lines Property

In This Topic
    Lines Property
    In This Topic
    Gets or sets the visiblity of marker's lines.
    Syntax
    'Declaration
     
    
    Public Property Lines As LineMarkerLines
    public LineMarkerLines Lines {get; set;}
    See Also