ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Interaction Namespace / C1LineMarker Class / Lines Property

In This Topic
    Lines Property
    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