Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions

Packages that use HeatmapPlotOptions
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.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type HeatmapPlotOptions
 T BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions heatmapPlotOptions)
          Updates the options that all heatmap type series within the chart will use by default.
 

Uses of HeatmapPlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return HeatmapPlotOptions
 HeatmapPlotOptions HeatmapPlotOptions.setBorderRadius(Number borderRadius)
          Convenience method for setting the 'borderRadius' option of the heatmap.
 HeatmapPlotOptions HeatmapPlotOptions.setBorderWidth(Number borderWidth)
          convenience method for setting the 'borderWidth' option of the heatmap.
 HeatmapPlotOptions HeatmapPlotOptions.setColorByPoint(boolean colorByPoint)
          convenience method for setting the 'colorByPoint' option of the heatmap.
 HeatmapPlotOptions HeatmapPlotOptions.setColors(String... colors)
          Convenience method for setting the 'colors' option of the heatmap.
 HeatmapPlotOptions HeatmapPlotOptions.setColSize(Number colSize)
          Convenience method for setting the 'colSize' option of the heatmap.
 HeatmapPlotOptions HeatmapPlotOptions.setRowSize(Number rowSize)
          Convenience method for setting the 'rowsize' option of the heatmap.
 



Copyright © 2015. All Rights Reserved.