ComponentOne ASP.NET MVC Controls
Points Property

C1.Web.Mvc Namespace > Polygon Class : Points Property
Gets the collection of points of the Polygon annotation.
Syntax
'Declaration
 
Public ReadOnly Property Points As List(Of DataPoint)
public List<DataPoint> Points {get;}
See Also

Reference

Polygon Class
Polygon Members