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

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

Methods in org.moxieapps.gwt.highcharts.client that return Legend
 Legend Legend.setAlign(Legend.Align align)
          Convenience method for setting the 'align' option of the legend.
 Legend Legend.setBackgroundColor(String backgroundColor)
          Convenience method for setting the 'backgroundColor' option of the legend.
 Legend Legend.setBorderColor(String borderColor)
          Convenience method for setting the 'borderColor' option of the legend.
 Legend Legend.setBorderRadius(Number borderRadius)
          Convenience method for setting the 'borderRadius' option of the legend.
 Legend Legend.setBorderWidth(Number borderWidth)
          Convenience method for setting the 'borderWidth' option of the legend.
 Legend Legend.setEnabled(boolean enabled)
          Convenience method for setting the 'enabled' option for the legend.
 Legend Legend.setFloating(boolean floating)
          Convenience method for setting the 'floating' option of the legend.
 Legend Legend.setItemHiddenStyle(Style itemHiddenStyle)
          Convenience method for setting the 'itemHiddenStyle' options of the legend.
 Legend Legend.setItemHoverStyle(Style itemHoverStyle)
          Convenience method for setting the 'itemHoverStyle' options of the legend.
 Legend Legend.setItemMarginBottom(Number itemMarginBottom)
          Convenience method for setting the 'itemMarginBottom' options of the legend.
 Legend Legend.setItemMarginTop(Number itemMarginTop)
          Convenience method for setting the 'itemMarginTop' options of the legend.
 Legend Legend.setItemStyle(Style itemStyle)
          Convenience method for setting the 'itemStyle' options of the legend.
 Legend Legend.setItemWidth(Number itemWidth)
          Convenience method for setting the 'itemWidth' option of the legend.
 Legend Legend.setLabelsFormatter(LegendLabelsFormatter legendLabelsFormatter)
          Sets a custom formatter for the labels that can be used to control how the text of the legend labels will be displayed.
 Legend Legend.setLayout(Legend.Layout layout)
          Convenience method for setting the 'layout' option of the legend.
 Legend Legend.setMargin(Number margin)
          Convenience method for setting the 'margin' option of the legend.
 Legend Legend.setMaxHeight(Number maxHeight)
          Convenience method for setting the 'reversed' option of the legend.
 Legend Legend.setNavigationActiveColor(Color activeColor)
          Convenience method for setting the "activeColor" option for the legend navigation.
 Legend Legend.setNavigationActiveColor(Number color)
          Convenience method for setting the "activeColor" option for the legend navigation.
 Legend Legend.setNavigationAnimation(Animation animation)
          Convenience method for setting the "animation" option for the legend navigation.
 Legend Legend.setNavigationAnimation(boolean animation)
          Convenience method for setting the "animation" option for the legend navigation.
 Legend Legend.setNavigationArrowSize(Number arrowSize)
          Convenience method for setting the "arrowSize" option for the legend navigation.
 Legend Legend.setNavigationInactiveColor(Color inactiveColor)
          Convenience method for setting the "inactiveColor" option for the legend navigation.
 Legend Legend.setNavigationInactiveColor(Number inactiveColor)
          Convenience method for setting the "inactiveColor" option for the legend navigation.
 Legend Legend.setNavigationStyle(Style style)
          Convenience method for setting the "style" option for the legend navigation.
 Legend Legend.setPadding(Number padding)
          Convenience method for setting the 'reversed' option of the legend.
 Legend Legend.setReversed(boolean reversed)
          Convenience method for setting the 'reversed' option of the legend.
 Legend Legend.setRtl(boolean rtl)
          Convenience method for setting the 'reversed' option of the legend.
 Legend Legend.setShadow(boolean shadow)
          Convenience method for setting the 'shadow' option of the legend.
 Legend Legend.setStyle(Style style)
          Convenience method for setting the 'style' options of the legend.
 Legend Legend.setSymbolHeight(Number symbolHeight)
          Convenience method for setting the 'symbolHeight' option of the lagend.
 Legend Legend.setSymbolPadding(Number symbolPadding)
          Convenience method for setting the 'symbolPadding' option of the legend.
 Legend Legend.setSymbolRadius(Number symbolRadius)
          Convenience method for setting the 'symbolHeight' option of the lagend.
 Legend Legend.setSymbolWidth(Number symbolWidth)
          Convenience method for setting the 'symbolWidth' option of the legend.
 Legend Legend.setTitleStyle(Style style)
          Convenience method for setting the "style" option for the legend title.
 Legend Legend.setTitleText(String text)
          Convenience method for setting the "text" option for the legend title.
 Legend Legend.setUseHTML(boolean useHTML)
          Convenience method for setting the 'useHTML' option of the legend.
 Legend Legend.setVerticalAlign(Legend.VerticalAlign verticalAlign)
          Convenience method for setting the 'verticalAlign' option of the legend.
 Legend Legend.setWidth(Number width)
          Convenience method for setting the 'width' option of the legend.
 Legend Legend.setX(Number x)
          Convenience method for setting the 'x' position option of the legend.
 Legend Legend.setY(Number y)
          Convenience method for setting the 'y' position option of the legend.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Legend
 T BaseChart.setLegend(Legend legend)
          Convenience method for setting the 'legend' options of the chart.
 



Copyright © 2015. All Rights Reserved.