EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.PieChart.Dimensions

Packages that use PieChart.Dimensions
echopoint.google.chart Base package under which components wrappers for Google Chart API are organised. 
 

Uses of PieChart.Dimensions in echopoint.google.chart
 

Methods in echopoint.google.chart that return PieChart.Dimensions
 PieChart.Dimensions PieChart.getDimensions()
          Return the PieChart.PROPERTY_DIMENSIONS property value.
static PieChart.Dimensions PieChart.Dimensions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PieChart.Dimensions[] PieChart.Dimensions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in echopoint.google.chart with parameters of type PieChart.Dimensions
 void PieChart.setDimensions(PieChart.Dimensions dimension)
          Set the value of the PieChart.PROPERTY_DIMENSIONS property.
 


EchoPoint API - 3.0.0b5
App Webcontainer