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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type SplinePlotOptions
 T BaseChart.setSplinePlotOptions(SplinePlotOptions splinePlotOptions)
          Updates the options that all spline type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return SplinePlotOptions
 SplinePlotOptions SplinePlotOptions.setConnectNulls(boolean connectNulls)
          Convenience method for setting the 'connectNulls' option for the chart.
 SplinePlotOptions SplinePlotOptions.setGapSize(Number gapSize)
          Convenience Method for setting the "gapSize" option of the plot options.
 



Copyright © 2015. All Rights Reserved.