Uses of Class
com.fusioncharts.ChartType

Packages that use ChartType
com.fusioncharts   
 

Uses of ChartType in com.fusioncharts
 

Methods in com.fusioncharts that return ChartType
 ChartType Graph.getGraphType()
          Accessor method to return the graph type
static ChartType ChartType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChartType[] ChartType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.fusioncharts with parameters of type ChartType
FusionGraph(java.lang.String graphId, ChartType graphType, int length, javax.servlet.http.HttpServletRequest request)
          Constructor for a FusionGraph object.
Graph(java.lang.String graphId, ChartType graphType, int length, javax.servlet.http.HttpServletRequest request)
          Constructor for a Graph object.