ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As Polygon
    Dim value As PointCollection
     
    instance.Points = value
     
    value = instance.Points
    public PointCollection Points {get; set;}
    public:
    property PointCollection^ Points {
       PointCollection^ get();
       void set (    PointCollection^ value);
    }
    See Also