Uses of Class
com.googlecode.wickedcharts.highcharts.options.series.Series

Packages that use Series
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.interaction   
com.googlecode.wickedcharts.highcharts.options.livedata   
com.googlecode.wickedcharts.highcharts.options.series   
com.googlecode.wickedcharts.highcharts.options.util   
 

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

Methods in com.googlecode.wickedcharts.highcharts.options that return types with arguments of type Series
 List<? extends Series> Options.getSeries()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Series
 Options Options.addSeries(Series<?> series)
           
 

Method parameters in com.googlecode.wickedcharts.highcharts.options with type arguments of type Series
 Options Options.setSeries(List<Series<?>> series)
           
 

Uses of Series in com.googlecode.wickedcharts.highcharts.options.interaction
 

Methods in com.googlecode.wickedcharts.highcharts.options.interaction that return Series
 Series<?> InteractionEvent.getSelectedSeries()
          Returns the Series which was interacted with.
 

Methods in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Series
 void InteractionEvent.setSelectedSeries(Series<?> selectedSeries)
           
 

Uses of Series in com.googlecode.wickedcharts.highcharts.options.livedata
 

Subclasses of Series in com.googlecode.wickedcharts.highcharts.options.livedata
 class LiveDataSeries
          This Series class supports regular updating via AJAX.
 

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

Subclasses of Series in com.googlecode.wickedcharts.highcharts.options.series
 class CoordinatesSeries
          A series of pairs of numbers.
 class CustomCoordinatesSeries<T,U>
           
 class PointSeries
          A series containing of Points.
 class RangeSeries
          A series of range coordinates.
 class SimpleSeries
          A series containing simple numbers.
 

Methods in com.googlecode.wickedcharts.highcharts.options.series that return Series
 Series<D> Series.addPoint(D point)
          Adds a point to this series.
 Series<D> Series.setCenter(Center center)
           
 Series<D> Series.setColor(Color color)
           
 Series<D> Series.setColor(ColorReference color)
           
 Series<D> Series.setDashStyle(GridLineDashStyle dashStyle)
           
 Series<D> Series.setData(D... data)
           
 Series<D> Series.setData(List<D> data)
           
 Series<D> Series.setDataLabels(DataLabels dataLabels)
           
 Series<D> Series.setEnableMouseTracking(Boolean enableMouseTracking)
           
 Series<D> Series.setInnerSize(PixelOrPercent innerSize)
           
 Series<D> Series.setLegendIndex(Integer legendIndex)
           
 Series<D> Series.setMarker(Marker marker)
           
 Series<D> Series.setName(String name)
           
 Series<D> Series.setPointInterval(Number pointInterval)
           
 Series<D> Series.setPointPlacement(PointPlacement pointPlacement)
           
 Series<D> Series.setPointStart(Number pointStart)
           
 Series<D> Series.setShowInLegend(Boolean showInLegend)
           
 Series<D> Series.setSize(PixelOrPercent size)
           
 Series<D> Series.setStack(String stack)
           
 Series<D> Series.setStates(StatesChoice states)
           
 Series<D> Series.setTooltip(Tooltip tooltip)
           
 Series<D> Series.setType(SeriesType type)
           
 Series<D> Series.setxAxis(Integer xAxis)
          Zero-based index of the X-Axis this series should be connected to.
 Series<D> Series.setyAxis(Integer yAxis)
          Zero-based index of the Y-Axis this series should be connected to.
 

Uses of Series in com.googlecode.wickedcharts.highcharts.options.util
 

Methods in com.googlecode.wickedcharts.highcharts.options.util that return Series
static Series<?> OptionsUtil.getSeriesWithWickedChartsId(Options options, int wickedChartsId)
          Retrieves the Series object with the given wickedChartsId from the given Options object.
 



Copyright © 2013. All Rights Reserved.