ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Polygon Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets the collection of points of the polygon annotation.
    Syntax
    'Declaration
     
    Public Property Points As Windows.UI.Xaml.Media.PointCollection
    public Windows.UI.Xaml.Media.PointCollection Points {get; set;}
    See Also