Uses of Class
com.googlecode.wickedcharts.highcharts.options.Labels

Packages that use Labels
com.googlecode.wickedcharts.highcharts.options   
 

Uses of Labels in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return Labels
 Labels PlotLine.getLabel()
           
 Labels PlotBand.getLabel()
           
 Labels Options.getLabels()
           
 Labels Axis.getLabels()
           
 Labels Labels.setAlign(HorizontalAlignment align)
           
 Labels Labels.setFormatter(Function formatter)
           
 Labels Labels.setOverflow(Overflow overflow)
           
 Labels Labels.setRotation(Integer rotation)
           
 Labels Labels.setStep(Integer step)
           
 Labels Labels.setStyle(CssStyle style)
           
 Labels Labels.setText(String text)
           
 Labels Labels.setTextAlign(HorizontalAlignment textAlign)
           
 Labels Labels.setVerticalAlign(VerticalAlignment verticalAlign)
           
 Labels Labels.setX(Integer x)
           
 Labels Labels.setY(Integer y)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Labels
 PlotLine PlotLine.setLabel(Labels label)
           
 PlotBand PlotBand.setLabel(Labels label)
           
 Options Options.setLabels(Labels labels)
           
 Axis Axis.setLabels(Labels labels)
           
 



Copyright © 2013. All Rights Reserved.