C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 ObservableCollection(Of Point)
 
'Usage
 
Dim instance As Polygon
Dim value As ObservableCollection(Of Point)
 
instance.Points = value
 
value = instance.Points
See Also