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

Packages that use Polygon
com.steema.teechart.styles   
 

Uses of Polygon in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Polygon
 Polygon PolygonSeries.getPolygon()
           
 Polygon PolygonList.getPolygon(int index)
           
 Polygon Map.getPolygon(int index)
          Default array property in Map series to make it easier to obtain a Map polygon object:
 Polygon PolygonList.getPolygon(java.lang.String name)
           
 

Methods in com.steema.teechart.styles with parameters of type Polygon
 int PolygonList.add(Polygon value)
           
 void PolygonList.setPolygon(int index, Polygon value)
           
 void PolygonSeries.setPolygon(Polygon value)