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 TargetOptions
Point. getTargetOptions()
Returns individual target options for each point, if any.TargetOptions
Series. 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 void
Point. setTargetOptions(TargetOptions targetOptions)
Sets individual target options for each point.void
Series. 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 TargetOptions
BulletPlotOptions. 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 void
BulletPlotOptions. setTargetOptions(TargetOptions targetOptions)
Sets all options related with look and position of targets.
-