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

Packages that use PlotLine
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. 
 

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

Methods in org.moxieapps.gwt.highcharts.client that return PlotLine
 PlotLine Axis.createPlotLine()
          Create a new plot line that can be configured, and then added to this axis instance via the Axis.setPlotLines(PlotLine...) method.
 PlotLine PlotLine.setColor(Color color)
          Convenience method for setting the 'color' option of the plot line, allowing for colors with opacity or gradients.
 PlotLine PlotLine.setColor(String color)
          Convenience method for setting the 'color' option of the plot line to an RGB hex value.
 PlotLine PlotLine.setDashStyle(PlotLine.DashStyle dashStyle)
          Convenience method for setting the 'dashStyle' plot line optoin.
 PlotLine PlotLine.setLabel(PlotLineLabel plotLineLabel)
          Convenience method for setting the 'label' options of the plot line.
 PlotLine PlotLine.setValue(Number value)
          Convenience method for setting the 'value' option of the plot line.
 PlotLine PlotLine.setWidth(Number width)
          Convenience method for setting the 'width' option of the plot line.
 PlotLine PlotLine.setZIndex(Number zIndex)
          Convenience method for setting the 'zIndex' option of the plot line.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PlotLine
 T Axis.addPlotLines(PlotLine... plotLines)
          Allows plot lines to be added to an axis after the chart is rendered.
 T Axis.removePlotLine(PlotLine plotLine)
          Remove the given plot line from the chart after it has been rendered, automatically redrawing the chart after the plot line has been removed.
 T Axis.setPlotLines(PlotLine... plotLines)
          Sets the 'plotLines' array for the axis.
 



Copyright © 2015. All Rights Reserved.