ComponentOne FlexChart for WinForms
Points Property


C1.Win.Chart.Annotation Namespace > Polygon Class : Points Property
Gets the collection of points of the polygon annotation.
Syntax
'Declaration
 
Public ReadOnly Property Points As ObservableCollection(Of PointF)
'Usage
 
Dim instance As Polygon
Dim value As ObservableCollection(Of PointF)
 
value = instance.Points
public ObservableCollection<PointF> Points {get;}
See Also

Reference

Polygon Class
Polygon Members