ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("Annotation.Polygon.Points", "Gets the collection of points of the polygon annotation.")>
    Public ReadOnly Property Points As ObservableCollection(Of PointF)
    [C1Description("Annotation.Polygon.Points", "Gets the collection of points of the polygon annotation.")]
    public ObservableCollection<PointF> Points {get;}
    See Also