org.moxieapps.gwt.highcharts.client.plotOptions
Class Pivot

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.Configurable<T>
      extended by org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart<Pivot>
          extended by org.moxieapps.gwt.highcharts.client.plotOptions.Pivot

public class Pivot
extends BaseGaugePart<Pivot>

Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.

Sample usage:


     Chart.setGaugePlotOptions(
          new GaugePlotOptions()
              .setPivotOptions(
                  new Pivot()
                      .setRadius("75%")
              )
     );
 

Since:
1.6.0
Author:
cskowron@moxiegroup.com (Cory Skowronek)

Constructor Summary
Pivot()
           
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth, setRadius
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.Configurable
getOptions, setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pivot

public Pivot()


Copyright © 2015. All Rights Reserved.