Uses of Class
org.zkoss.chart.Shadow
-
Packages that use Shadow Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Shadow in org.zkoss.chart
Subclasses of Shadow in org.zkoss.chart Modifier and Type Class Description class
PlotShadow
Whether to apply a drop shadow to the plot area.Fields in org.zkoss.chart declared as Shadow Modifier and Type Field Description static Shadow
Shadow. NONE
No shadow at allMethods in org.zkoss.chart that return Shadow Modifier and Type Method Description Shadow
AnnotationLabelOptions. getShadow()
Returns whether to apply a shadow of the box.Shadow
Chart. getShadow()
Returns whether to apply a drop shadow to the outer chart area.Shadow
Legend. getShadow()
Returns whether to apply a drop shadow to the legend.Methods in org.zkoss.chart with parameters of type Shadow Modifier and Type Method Description void
AnnotationLabelOptions. setShadow(Shadow shadow)
Sets whether to apply a shadow of the box.void
Chart. setShadow(Shadow shadow)
Sets whether to apply a drop shadow to the outer chart area.void
Legend. setShadow(Shadow shadow)
Sets whether to apply a drop shadow to the legend.void
Series. setShadow(Shadow shadow)
Sets whether to apply a drop shadow to the graph line. -
Uses of Shadow in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return Shadow Modifier and Type Method Description Shadow
AreaRangePlotOptions. getShadow()
Returns whether to apply a drop shadowShadow
DataLabels. getShadow()
Returns whether to apply a drop shadow to the outer chart area.Methods in org.zkoss.chart.plotOptions with parameters of type Shadow Modifier and Type Method Description void
AreaRangePlotOptions. setShadow(Shadow shadow)
Sets whether to apply a drop shadowvoid
DataLabels. setShadow(Shadow shadow)
Sets whether to apply a drop shadow to the outer chart area.
-