Uses of Class
org.zkoss.chart.plotOptions.TargetOptions
-
Packages that use TargetOptions Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of TargetOptions in org.zkoss.chart
Methods in org.zkoss.chart that return TargetOptions Modifier and Type Method Description TargetOptionsPoint. getTargetOptions()Returns individual target options for each point, if any.TargetOptionsSeries. getTargetOptions()Returns all options related with look and position of targets, if any.Methods in org.zkoss.chart with parameters of type TargetOptions Modifier and Type Method Description voidPoint. setTargetOptions(TargetOptions targetOptions)Sets individual target options for each point.voidSeries. setTargetOptions(TargetOptions targetOptions)Sets all options related with look and position of targets. -
Uses of TargetOptions in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return TargetOptions Modifier and Type Method Description TargetOptionsBulletPlotOptions. getTargetOptions()Returns all options related with look and position of targets, if any.Methods in org.zkoss.chart.plotOptions with parameters of type TargetOptions Modifier and Type Method Description voidBulletPlotOptions. setTargetOptions(TargetOptions targetOptions)Sets all options related with look and position of targets.
-