EchoPoint API - 3.0.0b5
App Webcontainer

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

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

Uses of Range in echopoint.google.chart.internal
 

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

Method parameters in echopoint.google.chart.internal with type arguments of type Range
 void AdvancedChart.setAxisRanges(Collection<Range> ranges)
          Set the value of the AdvancedChart.PROPERTY_AXIS_RANGES property using the collection of range values.
 


EchoPoint API - 3.0.0b5
App Webcontainer