Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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 ObservableCollection(Of PointF)
    public ObservableCollection<PointF> Points {get;}
    See Also