Uses of Class
org.zkoss.chart.plotOptions.DragDrop
-
Packages that use DragDrop Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of DragDrop in org.zkoss.chart
Methods in org.zkoss.chart that return DragDrop Modifier and Type Method Description DragDrop
Point. getDragDrop()
Returns the options of point specific options for the draggable-points module, if any.DragDrop
Series. getDragDrop()
Returns the options of the draggable-points module allows points to be moved around or modified in the chart, if any.Methods in org.zkoss.chart with parameters of type DragDrop Modifier and Type Method Description void
Point. setDragDrop(DragDrop dragDrop)
Sets the options of point specific options for the draggable-points module.void
Series. setDragDrop(DragDrop dragDrop)
Sets the options of the draggable-points module allows points to be moved around or modified in the chart. -
Uses of DragDrop in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return DragDrop Modifier and Type Method Description DragDrop
SeriesPlotOptions. getDragDrop()
Returns the options of the draggable-points module allows points to be moved around or modified in the chart, if any.Methods in org.zkoss.chart.plotOptions with parameters of type DragDrop Modifier and Type Method Description void
SeriesPlotOptions. setDragDrop(DragDrop dragDrop)
Sets the options of the draggable-points module allows points to be moved around or modified in the chart.
-