Uses of Class
fusioncharts.Series.SeriesType

Uses of Series.SeriesType in fusioncharts
 

Methods in 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 fusioncharts with parameters of type Series.SeriesType
 void Series.setSeriesType(Series.SeriesType seriesType)
          Manipulator method to set the series type.