EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.model.FillArea

Packages that use FillArea
echopoint.google.chart.internal Package for internal use only classes supporting the public components around Google API. 
 

Uses of FillArea in echopoint.google.chart.internal
 

Methods in echopoint.google.chart.internal that return types with arguments of type FillArea
 Collection<FillArea> AdvancedChart.getFillArea()
          Return the value of the AdvancedChart.PROPERTY_FILL_AREA property.
 

Method parameters in echopoint.google.chart.internal with type arguments of type FillArea
 void AdvancedChart.setFillArea(Collection<FillArea> area)
          Set the value of the AdvancedChart.PROPERTY_FILL_AREA property using the collection of area instances.
 


EchoPoint API - 3.0.0b5
App Webcontainer