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 DataLabelsCluster. getDataLabels()Returns the cluster data labels.DataLabelsLevel. getDataLabels()Get the options of dataLabels on each point which lies on the level, if any.DataLabelsPoint. getDataLabels()Returns the first or single option of data labels.DataLabelsSeries. 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 voidPoint. addDataLabels(DataLabels dataLabels)Add an option of data labels to the list.voidSeries. addDataLabels(DataLabels dataLabels)Add an option of data labels to the list.voidCluster. setDataLabels(DataLabels dataLabels)Sets the cluster data labels.voidLevel. setDataLabels(DataLabels dataLabels)Set the options of dataLabels on each point which lies on the level.voidPoint. setDataLabels(DataLabels dataLabels)Sets the first or single option of data labels.voidSeries. 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 voidPoint. setDataLabels(List<DataLabels> dataLabels)Sets the list of options of data labels.voidSeries. 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 classBarDataLabelsAn option of data labels used for Bar plotclassFunnelDataLabelsAn option of data labels used for FunnelclassNetworkGraphDataLabelsAn option of data labels used for networkgraph plot.classOrganizationDataLabelsAn option of data labels used for organization plot.classPackedBubbleDataLabelsAn option of data labels used for Packed bubble plot.classPieDataLabelsAn option of data labels used for Pie and FunnelclassRangeDataLabelsAn option of data labels for rangeclassSankeyDataLabelsAn option of data labels used for sankey plot.classSunburstDataLabelsAn option of data labels used for SunburstMethods in org.zkoss.chart.plotOptions that return DataLabels Modifier and Type Method Description DataLabelsSeriesPlotOptions. getDataLabels()Returns the first or single option of data labels.protected DataLabelsAreaRangePlotOptions. newDataLabels()protected DataLabelsBarPlotOptions. newDataLabels()protected DataLabelsColumnRangePlotOptions. newDataLabels()protected DataLabelsFunnelPlotOptions. newDataLabels()protected DataLabelsNetworkGraphPlotOptions. newDataLabels()protected DataLabelsOrganizationPlotOptions. newDataLabels()protected DataLabelsPackedBubblePlotOptions. newDataLabels()protected DataLabelsPiePlotOptions. newDataLabels()protected DataLabelsSankeyPlotOptions. newDataLabels()protected DataLabelsSeriesPlotOptions. newDataLabels()Internal method for subclasses to provide specific type of data labels.protected DataLabelsSunburstPlotOptions. 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 voidSeriesPlotOptions. addDataLabels(DataLabels dataLabels)Add an option of data labels to the list.voidSeriesPlotOptions. 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 voidSeriesPlotOptions. setDataLabels(List<DataLabels> dataLabels)Sets the list of options of data labels.
-