Uses of Class
org.wicketstuff.jqplot.lib.elements.Serie
Packages that use Serie
Package
Description
-
Uses of Serie in org.wicketstuff.jqplot.lib
Fields in org.wicketstuff.jqplot.lib with type parameters of type SerieModifier and TypeFieldDescriptionprotected Collection<Serie>ChartConfiguration.seriesThe series.Methods in org.wicketstuff.jqplot.lib that return types with arguments of type SerieModifier and TypeMethodDescriptionChartConfiguration.getSeries()Gets the series.ChartConfiguration.seriesInstance()Methods in org.wicketstuff.jqplot.lib with parameters of type SerieModifier and TypeMethodDescriptionAdds the series.Method parameters in org.wicketstuff.jqplot.lib with type arguments of type SerieModifier and TypeMethodDescriptionChartConfiguration.setSeries(Collection<Serie> series) Sets the series. -
Uses of Serie in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return types with arguments of type SerieMethods in org.wicketstuff.jqplot.lib.chart with parameters of type SerieModifier and TypeMethodDescriptionAdiciona uma serieAdd a collection of seriesMethod parameters in org.wicketstuff.jqplot.lib.chart with type arguments of type Serie -
Uses of Serie in org.wicketstuff.jqplot.lib.elements
Subclasses of Serie in org.wicketstuff.jqplot.lib.elementsMethods in org.wicketstuff.jqplot.lib.elements that return SerieModifier and TypeMethodDescriptionLine width.Serie.markerOptions(MarkerOptions markerOptions) Marker options.Serie.renderer(JqPlotResources renderer) Renderer.Serie.rendererOptions(RendererOptions rendererOptions) Renderer options.Sets the color.Sets the fill.Sets the label.Serie.setLineWidth(Integer lineWidth) Sets the line width.Serie.setMarkerOptions(MarkerOptions markerOptions) Sets the marker options.Serie.setRenderer(JqPlotResources renderer) Sets the renderer.Serie.setRendererOptions(RendererOptions rendererOptions) Sets the renderer options.Sets the shadow.Serie.setShadowAlpha(String shadowAlpha) Sets the shadow alpha.Serie.setShadowDepth(Integer shadowDepth) Sets the shadow depth.Serie.setShowAlpha(Boolean showAlpha) Sets the show alpha.Serie.setShowLine(Boolean showLine) Sets the show line.Serie.setShowMarker(Boolean showMarker) Sets the show marker.Show line.