Uses of Class
org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Packages that use GaugeDialPlotOptions Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of GaugeDialPlotOptions in org.zkoss.chart
Methods in org.zkoss.chart that return GaugeDialPlotOptions Modifier and Type Method Description GaugeDialPlotOptions
Point. getDial()
Returns the dial data for gauge chart type only.GaugeDialPlotOptions
Series. getDial()
Returns options for the dial or arrow pointer of the gauge.Methods in org.zkoss.chart with parameters of type GaugeDialPlotOptions Modifier and Type Method Description void
Point. setDial(GaugeDialPlotOptions dial)
Sets the dial data for gauge chart type only.void
Series. setDial(GaugeDialPlotOptions dial)
Sets options for the dial or arrow pointer of the gauge. -
Uses of GaugeDialPlotOptions in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return GaugeDialPlotOptions Modifier and Type Method Description GaugeDialPlotOptions
GaugePlotOptions. getDial()
Returns options for the dial or arrow pointer of the gauge.Methods in org.zkoss.chart.plotOptions with parameters of type GaugeDialPlotOptions Modifier and Type Method Description void
GaugePlotOptions. setDial(GaugeDialPlotOptions dial)
Sets options for the dial or arrow pointer of the gauge.
-