FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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 Property Points As PointCollection
    public PointCollection Points {get; set;}
    See Also