Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions

Packages that use SeriesPlotOptions
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of SeriesPlotOptions in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type SeriesPlotOptions
 T BaseChart.setSeriesPlotOptions(SeriesPlotOptions seriesPlotOptions)
          Updates the general options that all series within the chart will use by default.
 

Uses of SeriesPlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return SeriesPlotOptions
 SeriesPlotOptions SeriesPlotOptions.setPointClickEventHandler(PointClickEventHandler pointClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on a point in a series.
 SeriesPlotOptions SeriesPlotOptions.setPointMouseOutEventHandler(PointMouseOutEventHandler pointMouseOutEventHandler)
          Set a callback handler that will be invoked whenever the user mouses out of a point in a series.
 SeriesPlotOptions SeriesPlotOptions.setPointMouseOverEventHandler(PointMouseOverEventHandler pointMouseOverEventHandler)
          Set a callback handler that will be invoked whenever the user mouses over a point in a series.
 SeriesPlotOptions SeriesPlotOptions.setPointRemoveEventHandler(PointRemoveEventHandler pointRemoveEventHandler)
          Set a callback handler that will be invoked whenever the user removes on a point in a series.
 SeriesPlotOptions SeriesPlotOptions.setPointSelectEventHandler(PointSelectEventHandler pointSelectEventHandler)
          Set a callback handler that will be invoked whenever the user selects a point in a series.
 SeriesPlotOptions SeriesPlotOptions.setPointUnselectEventHandler(PointUnselectEventHandler pointUnselectEventHandler)
          Set a callback handler that will be invoked whenever the user unselects a point in a series.
 SeriesPlotOptions SeriesPlotOptions.setPointUpdateEventHandler(PointUpdateEventHandler pointUpdateEventHandler)
          Set a callback handler that will be invoked whenever the a point in a series is updated programatically.
 SeriesPlotOptions SeriesPlotOptions.setSeriesCheckboxClickEventHandler(SeriesCheckboxClickEventHandler seriesCheckboxClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the checkbox next to a series' name in the legend.
 SeriesPlotOptions SeriesPlotOptions.setSeriesClickEventHandler(SeriesClickEventHandler seriesClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the series.
 SeriesPlotOptions SeriesPlotOptions.setSeriesHideEventHandler(SeriesHideEventHandler seriesHideEventHandler)
          Set a callback handler that will be invoked whenever a series is hidden on the chart.
 SeriesPlotOptions SeriesPlotOptions.setSeriesLegendItemClickEventHandler(SeriesLegendItemClickEventHandler seriesLegendItemClickEventHandler)
          Set a callback handler that will be invoked whenever the legend item belonging to a series is clicked.
 SeriesPlotOptions SeriesPlotOptions.setSeriesMouseOutEventHandler(SeriesMouseOutEventHandler seriesMouseOutEventHandler)
          Set a callback handler that will be invoked whenever a mouse out event occurs on a series.
 SeriesPlotOptions SeriesPlotOptions.setSeriesMouseOverEventHandler(SeriesMouseOverEventHandler seriesMouseOverEventHandler)
          Set a callback handler that will be invoked whenever a mouse over event occurs on a series.
 SeriesPlotOptions SeriesPlotOptions.setSeriesShowEventHandler(SeriesShowEventHandler seriesShowEventHandler)
          Set a callback handler that will be invoked whenever a series is shown on the chart.
 



Copyright © 2015. All Rights Reserved.