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 GaugePivotPlotOptionsSeries. 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 voidSeries. 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 GaugePivotPlotOptionsGaugePlotOptions. 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 voidGaugePlotOptions. setPivot(GaugePivotPlotOptions pivot)Sets options for the pivot or the center point of the gauge.
-