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

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<PieDataLabels>
                  extended by org.moxieapps.gwt.highcharts.client.labels.PieDataLabels

public class PieDataLabels
extends ProportionalDataLabels<PieDataLabels>

A configurable class that can be used to represent custom data label display options for pie charts, which can then be set as the default data label display approach and applied to the PiePlotOptions (via the PiePlotOptions.setPieDataLabels(PieDataLabels) method).

Example usage:

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

Since:
1.0.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
PieDataLabels()
           
 
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

PieDataLabels

public PieDataLabels()


Copyright © 2015. All Rights Reserved.