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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PlotBandLabel
 PlotBand PlotBand.setLabel(PlotBandLabel plotBandLabel)
          Convenience method for setting the 'label' options of the plot band.
 

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

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



Copyright © 2015. All Rights Reserved.