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 classPlotShadowWhether to apply a drop shadow to the plot area.Fields in org.zkoss.chart declared as Shadow Modifier and Type Field Description static ShadowShadow. NONENo shadow at allMethods in org.zkoss.chart that return Shadow Modifier and Type Method Description ShadowChart. getSeriesGroupShadow()Returns the shadow configuration applied to the global series group.ShadowAnnotationLabelOptions. getShadow()Returns whether to apply a shadow of the box.ShadowChart. getShadow()Returns whether to apply a drop shadow to the outer chart area.ShadowLegend. 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 voidChart. setSeriesGroupShadow(Shadow seriesGroupShadow)Sets the shadow configuration for the global series group.voidAnnotationLabelOptions. setShadow(Shadow shadow)Sets whether to apply a shadow of the box.voidChart. setShadow(Shadow shadow)Sets whether to apply a drop shadow to the outer chart area.voidLegend. setShadow(Shadow shadow)Sets whether to apply a drop shadow to the legend.voidSeries. 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 ShadowAreaRangePlotOptions. getShadow()Returns whether to apply a drop shadowShadowDataLabels. 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 voidAreaRangePlotOptions. setShadow(Shadow shadow)Sets whether to apply a drop shadowvoidDataLabels. setShadow(Shadow shadow)Sets whether to apply a drop shadow to the outer chart area.
-