Uses of Class
com.googlecode.wickedcharts.highcharts.options.SeriesType

Packages that use SeriesType
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.series   
 

Uses of SeriesType in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return SeriesType
 SeriesType ChartOptions.getDefaultSeriesType()
           
 SeriesType ChartOptions.getType()
           
static SeriesType SeriesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeriesType[] SeriesType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type SeriesType
 PlotOptions PlotOptionsChoice.getPlotOptions(SeriesType type)
           
 ChartOptions ChartOptions.setDefaultSeriesType(SeriesType defaultSeriesType)
           
 PlotOptionsChoice PlotOptionsChoice.setPlotOptions(PlotOptions plotOptions, SeriesType type)
           
 ChartOptions ChartOptions.setType(SeriesType type)
           
 

Constructors in com.googlecode.wickedcharts.highcharts.options with parameters of type SeriesType
ChartOptions(SeriesType chartType)
           
 

Uses of SeriesType in com.googlecode.wickedcharts.highcharts.options.series
 

Methods in com.googlecode.wickedcharts.highcharts.options.series that return SeriesType
 SeriesType Series.getType()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options.series with parameters of type SeriesType
 Series<D> Series.setType(SeriesType type)
           
 



Copyright © 2013. All Rights Reserved.