ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / PolygonAnnotation Class / Points Property

In This Topic
    Points Property
    In This Topic
    A value specifies the points of the polygon.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As System.Collections.Generic.List(Of PointF)
    public System.Collections.Generic.List<PointF> Points {get;}
    See Also