Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / PointMarkers Property


In This Topic
    PointMarkers Property (XYLineSeries)
    In This Topic
    Gets the collection of point markers for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointMarkers As MarkerCollection
    'Usage
     
    
    Dim instance As XYLineSeries
    Dim value As MarkerCollection
     
    value = instance.PointMarkers
    public MarkerCollection PointMarkers {get;}
    See Also