Uses of Class
com.fusioncharts.Series.SeriesType

Packages that use Series.SeriesType
com.fusioncharts   
 

Uses of Series.SeriesType in com.fusioncharts
 

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

Methods in com.fusioncharts with parameters of type Series.SeriesType
 void Series.setSeriesType(Series.SeriesType seriesType)
          Manipulator method to set the series type.