EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.BarChart.Orientation

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

Uses of BarChart.Orientation in echopoint.google.chart
 

Methods in echopoint.google.chart that return BarChart.Orientation
 BarChart.Orientation BarChart.getOrientation()
          Return the value of the BarChart.PROPERTY_ORIENTATION property.
static BarChart.Orientation BarChart.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BarChart.Orientation[] BarChart.Orientation.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 BarChart.Orientation
 void BarChart.setOrientation(BarChart.Orientation orientation)
          Set the value of the BarChart.PROPERTY_ORIENTATION property.
 


EchoPoint API - 3.0.0b5
App Webcontainer