FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Annotation Namespace / Polygon Class / Points Property

In This Topic
    Points Property (Polygon)
    In This Topic
    Gets the collection of points of the polygon annotation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As System.Collections.ObjectModel.ObservableCollection(Of PointF)
    public System.Collections.ObjectModel.ObservableCollection<PointF> Points {get;}
    See Also