org.moxieapps.gwt.highcharts.client.labels
Class FunnelDataLabels

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.Configurable<T>
      extended by org.moxieapps.gwt.highcharts.client.labels.Labels<T>
          extended by org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels<T>
              extended by org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels<FunnelDataLabels>
                  extended by org.moxieapps.gwt.highcharts.client.labels.FunnelDataLabels

public class FunnelDataLabels
extends ProportionalDataLabels<FunnelDataLabels>

A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).

Example usage:

 chart.setPiePlotOptions(
      new PiePlotOptions()
          .setPieDataLabels(
              new PieDataLabels()
                  .setEnabled(true)
                  .setConnectorColor("#FF0000)
                  .setConnectorWidth(4.0)
          )
 );
 

Since:
1.6.0
Author:
squinn@moxiegroup.com (Shawn Quinn)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.moxieapps.gwt.highcharts.client.labels.Labels
Labels.Align, Labels.VerticalAlign
 
Constructor Summary
FunnelDataLabels()
           
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels
setConnectorColor, setConnectorPadding, setConnectorWidth, setDistance
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
getFormatter, setBackgroundColor, setBorderColor, setBorderRadius, setBorderWidth, setFormat, setFormatter, setPadding, setShadow, setUseHTML
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.labels.Labels
setAlign, setColor, setEnabled, setRotation, setStyle, setVerticalAlign, setX, setY
 
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

FunnelDataLabels

public FunnelDataLabels()


Copyright © 2015. All Rights Reserved.