Uses of Class
org.moxieapps.gwt.highcharts.client.PlotLine.DashStyle

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

Methods in org.moxieapps.gwt.highcharts.client that return PlotLine.DashStyle
static PlotLine.DashStyle PlotLine.DashStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlotLine.DashStyle[] PlotLine.DashStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PlotLine.DashStyle
 PlotLine PlotLine.setDashStyle(PlotLine.DashStyle dashStyle)
          Convenience method for setting the 'dashStyle' plot line optoin.
 ColorAxis ColorAxis.setGridLineDashStyle(PlotLine.DashStyle gridLineDashStyle)
          Convenience method for setting the 'gridLineDashStyle' option of the map.
 T Axis.setGridLineDashStyle(PlotLine.DashStyle gridLineDashStyle)
          Convenience method for setting the 'gridLineDashStyle' axis option.
 ColorAxis ColorAxis.setMinorGridLineDashStyle(PlotLine.DashStyle minorGridLineDashStyle)
          Convenience method for setting the 'minorGridLineDashStyle' option of the map.
 T Axis.setMinorGridLineDashStyle(PlotLine.DashStyle minorGridLineDashStyle)
          Convenience method for setting the 'minorGridLineDashStyle' axis option.
 

Uses of PlotLine.DashStyle in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type PlotLine.DashStyle
 TreemapPlotOptions.Level TreemapPlotOptions.Level.setBorderDashStyle(PlotLine.DashStyle borderDashStyle)
          Convenience method for setting the 'borderDashStyle' option of the level.
 Zone Zone.setDashStyle(PlotLine.DashStyle dashStyle)
          Convenience method for setting the 'dashStyle' option of the zone.
 T PlotOptions.setDashStyle(PlotLine.DashStyle dashStyle)
          Convenience method for setting the 'dashStyle' plot option.
 T BaseStatisticalPlotOptions.setStemDashStyle(PlotLine.DashStyle stemDashStyle)
          Convenience method for setting the 'dashStyle' option of the box plot options.
 



Copyright © 2015. All Rights Reserved.