Uses of Class
org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Packages that use GaugePivotPlotOptions Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of GaugePivotPlotOptions in org.zkoss.chart
Methods in org.zkoss.chart that return GaugePivotPlotOptions Modifier and Type Method Description GaugePivotPlotOptions
Series. getPivot()
Returns options for the pivot or the center point of the gauge.Methods in org.zkoss.chart with parameters of type GaugePivotPlotOptions Modifier and Type Method Description void
Series. setPivot(GaugePivotPlotOptions pivot)
Sets options for the pivot or the center point of the gauge. -
Uses of GaugePivotPlotOptions in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return GaugePivotPlotOptions Modifier and Type Method Description GaugePivotPlotOptions
GaugePlotOptions. getPivot()
Returns options for the pivot or the center point of the gauge.Methods in org.zkoss.chart.plotOptions with parameters of type GaugePivotPlotOptions Modifier and Type Method Description void
GaugePlotOptions. setPivot(GaugePivotPlotOptions pivot)
Sets options for the pivot or the center point of the gauge.
-