FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / Lines Property

In This Topic
    Lines Property (C1LineMarker)
    In This Topic
    Gets or sets the visibility of the LineMarker lines.
    Syntax
    'Declaration
     
    Public Property Lines As LineMarkerLines
    public LineMarkerLines Lines {get; set;}
    See Also