Uses of Class
org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel

Packages that use PlotLineLabel
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.labels Provides configuration objects that are used to control the display of the axis labels and data labels on the charts. 
 

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PlotLineLabel
 PlotLine PlotLine.setLabel(PlotLineLabel plotLineLabel)
          Convenience method for setting the 'label' options of the plot line.
 

Uses of PlotLineLabel in org.moxieapps.gwt.highcharts.client.labels
 

Methods in org.moxieapps.gwt.highcharts.client.labels that return PlotLineLabel
 PlotLineLabel PlotLineLabel.setAlign(PlotLineLabel.Align align)
          Convenience method for setting the 'align' option for the label.
 PlotLineLabel PlotLineLabel.setRotation(Number rotation)
          Convenience method for setting the 'rotation' option for the label.
 PlotLineLabel PlotLineLabel.setStyle(Style style)
          Convenience method for setting the 'style' options of the labels.
 PlotLineLabel PlotLineLabel.setText(String text)
          Convenience method for setting the 'text' option of the label.
 PlotLineLabel PlotLineLabel.setTextAlign(PlotLineLabel.TextAlign textAlign)
          Convenience method for setting the 'textAlign' option for the label.
 PlotLineLabel PlotLineLabel.setVerticalAlign(PlotLineLabel.VerticalAlign verticalAlign)
          Convenience method for setting the 'verticalAlign' option for the label.
 PlotLineLabel PlotLineLabel.setX(Number x)
          Convenience method for setting the 'x' position option of the label.
 PlotLineLabel PlotLineLabel.setY(Number y)
          Convenience method for setting the 'y' position option of the label.
 



Copyright © 2015. All Rights Reserved.