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 GaugeDialPlotOptionsPoint. getDial()Returns the dial data for gauge chart type only.GaugeDialPlotOptionsSeries. 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 voidPoint. setDial(GaugeDialPlotOptions dial)Sets the dial data for gauge chart type only.voidSeries. 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 GaugeDialPlotOptionsGaugePlotOptions. 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 voidGaugePlotOptions. setDial(GaugeDialPlotOptions dial)Sets options for the dial or arrow pointer of the gauge.
-