Uses of Class
fusioncharts.ChartType

Uses of ChartType in fusioncharts
 

Methods in 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 fusioncharts with parameters of type ChartType
FusionGraph(java.lang.String graphId, ChartType graphType, int length, HttpServletRequest request)
          Constructor for a FusionGraph object.
Graph(java.lang.String graphId, ChartType graphType, int length, HttpServletRequest request)
          Constructor for a Graph object.