| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.labels | |
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDataLabels<T extends BaseDataLabels>
A common base class for both
DataLabels and ProportionalDataLabels to prevent code duplication
while still maintaining a cleaner way for the user to utilize the method chaining with the generics
in place. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataLabels
A simple configurable class that can be used to represent custom data label display options, which
can then be set as the default data label display approach which can then be applied to a PlotOptions
(via the
PlotOptions.setDataLabels(org.moxieapps.gwt.highcharts.client.labels.DataLabels) method). |
class |
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). |
class |
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). |
class |
ProportionalDataLabels<T extends ProportionalDataLabels>
A configurable class that can be used to represent custom data label display options for pie charts and funnel charts, which
can then be set as the default data label display approach and applied to the ProportionalPlotOptions
(via the
FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels)
or PiePlotOptions.setPieDataLabels(PieDataLabels) methods). |
class |
PyramidDataLabels
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). |
| Modifier and Type | Method and Description |
|---|---|
BaseDataLabels |
PlotOptions.getDataLabels()
Returns a reference to the data labels configuration that was set on this plot options, or null if
none were set.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
PlotOptions.setBaseDataLabels(BaseDataLabels baseDataLabels) |
Copyright © 2015. All Rights Reserved.