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

Packages that use LinePlotOptions
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 LinePlotOptions in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type LinePlotOptions
 T BaseChart.setLinePlotOptions(LinePlotOptions linePlotOptions)
          Updates the options that all line type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return LinePlotOptions
 LinePlotOptions LinePlotOptions.setCompare(LinePlotOptions.Compare compare)
          Convenience method for setting the 'compare' option of the chart.
 LinePlotOptions LinePlotOptions.setGapSize(Number gapSize)
          Convenience Method for setting the "gapSize" option of the plot options.
 



Copyright © 2015. All Rights Reserved.