Uses of Class
org.zkoss.chart.plotOptions.DataLabels
-
Packages that use DataLabels Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of DataLabels in org.zkoss.chart
Methods in org.zkoss.chart that return DataLabels Modifier and Type Method Description DataLabels
Cluster. getDataLabels()
Returns the cluster data labels.DataLabels
Level. getDataLabels()
Get the options of dataLabels on each point which lies on the level, if any.DataLabels
Point. getDataLabels()
Returns the first or single option of data labels.DataLabels
Series. getDataLabels()
Returns the first or single option of data labels.Methods in org.zkoss.chart that return types with arguments of type DataLabels Modifier and Type Method Description List<DataLabels>
Point. getDataLabelsList()
Returns the list of options of data labels.List<DataLabels>
Series. getDataLabelsList()
Returns the list of options of data labels.Methods in org.zkoss.chart with parameters of type DataLabels Modifier and Type Method Description void
Point. addDataLabels(DataLabels dataLabels)
Add an option of data labels to the list.void
Series. addDataLabels(DataLabels dataLabels)
Add an option of data labels to the list.void
Cluster. setDataLabels(DataLabels dataLabels)
Sets the cluster data labels.void
Level. setDataLabels(DataLabels dataLabels)
Set the options of dataLabels on each point which lies on the level.void
Point. setDataLabels(DataLabels dataLabels)
Sets the first or single option of data labels.void
Series. setDataLabels(DataLabels dataLabels)
Sets the first or single option of data labels.Method parameters in org.zkoss.chart with type arguments of type DataLabels Modifier and Type Method Description void
Point. setDataLabels(List<DataLabels> dataLabels)
Sets the list of options of data labels.void
Series. setDataLabels(List<DataLabels> dataLabels)
Sets the list of options of data labels. -
Uses of DataLabels in org.zkoss.chart.plotOptions
Subclasses of DataLabels in org.zkoss.chart.plotOptions Modifier and Type Class Description class
BarDataLabels
An option of data labels used for Bar plotclass
FunnelDataLabels
An option of data labels used for Funnelclass
NetworkGraphDataLabels
An option of data labels used for networkgraph plot.class
OrganizationDataLabels
An option of data labels used for organization plot.class
PackedBubbleDataLabels
An option of data labels used for Packed bubble plot.class
PieDataLabels
An option of data labels used for Pie and Funnelclass
RangeDataLabels
An option of data labels for rangeclass
SankeyDataLabels
An option of data labels used for sankey plot.class
SunburstDataLabels
An option of data labels used for SunburstMethods in org.zkoss.chart.plotOptions that return DataLabels Modifier and Type Method Description DataLabels
SeriesPlotOptions. getDataLabels()
Returns the first or single option of data labels.protected DataLabels
AreaRangePlotOptions. newDataLabels()
protected DataLabels
BarPlotOptions. newDataLabels()
protected DataLabels
ColumnRangePlotOptions. newDataLabels()
protected DataLabels
FunnelPlotOptions. newDataLabels()
protected DataLabels
NetworkGraphPlotOptions. newDataLabels()
protected DataLabels
OrganizationPlotOptions. newDataLabels()
protected DataLabels
PackedBubblePlotOptions. newDataLabels()
protected DataLabels
PiePlotOptions. newDataLabels()
protected DataLabels
SankeyPlotOptions. newDataLabels()
protected DataLabels
SeriesPlotOptions. newDataLabels()
Internal method for subclasses to provide specific type of data labels.protected DataLabels
SunburstPlotOptions. newDataLabels()
Methods in org.zkoss.chart.plotOptions that return types with arguments of type DataLabels Modifier and Type Method Description List<DataLabels>
SeriesPlotOptions. getDataLabelsList()
Returns the list of options of data labels.Methods in org.zkoss.chart.plotOptions with parameters of type DataLabels Modifier and Type Method Description void
SeriesPlotOptions. addDataLabels(DataLabels dataLabels)
Add an option of data labels to the list.void
SeriesPlotOptions. setDataLabels(DataLabels dataLabels)
Sets the first or single option of data labels.Method parameters in org.zkoss.chart.plotOptions with type arguments of type DataLabels Modifier and Type Method Description void
SeriesPlotOptions. setDataLabels(List<DataLabels> dataLabels)
Sets the list of options of data labels.
-