Uses of Class
com.steema.teechart.styles.PolygonList

Packages that use PolygonList
com.steema.teechart.styles   
 

Uses of PolygonList in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return PolygonList
 PolygonList Map.getShapes()
          A list of Polygon objects.
 

Methods in com.steema.teechart.styles with parameters of type PolygonList
 void PolygonList.assign(PolygonList value)
           
 void Map.setShapes(PolygonList value)
           
 

Constructors in com.steema.teechart.styles with parameters of type PolygonList
Polygon(PolygonList collection, IBaseChart chart)