| Package | Description |
|---|---|
| org.wicketstuff.jqplot.lib | |
| org.wicketstuff.jqplot.lib.chart | |
| org.wicketstuff.jqplot.lib.elements |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Serie> |
ChartConfiguration.series
The series.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Serie> |
ChartConfiguration.createSeries()
Deprecated.
|
Collection<Serie> |
ChartConfiguration.getSeries()
Gets the series.
|
Collection<Serie> |
ChartConfiguration.seriesInstance() |
| Modifier and Type | Method and Description |
|---|---|
ChartConfiguration<T> |
ChartConfiguration.addSeries(Serie serie)
Adds the series.
|
| Modifier and Type | Method and Description |
|---|---|
ChartConfiguration<T> |
ChartConfiguration.setSeries(Collection<Serie> series)
Sets the series.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Serie> |
AbstractChart.getSeries() |
| Modifier and Type | Method and Description |
|---|---|
AbstractChart<T,S> |
AbstractChart.addSerie(Serie serie)
Adiciona uma serie
|
AbstractChart<T,S> |
AbstractChart.addSeries(Serie... series)
Add a collection of series
|
| Modifier and Type | Method and Description |
|---|---|
AbstractChart<T,S> |
AbstractChart.setSeries(Collection<Serie> series) |
| Modifier and Type | Class and Description |
|---|---|
class |
SeriesDefaults
SeriesDafaults
|
| Modifier and Type | Method and Description |
|---|---|
Serie |
Serie.lineWidth(Integer lineWidth)
Line width.
|
Serie |
Serie.markerOptions(MarkerOptions markerOptions)
Marker options.
|
Serie |
Serie.renderer(JqPlotResources renderer)
Renderer.
|
Serie |
Serie.rendererOptions(RendererOptions rendererOptions)
Renderer options.
|
Serie |
Serie.setColor(String color)
Sets the color.
|
Serie |
Serie.setFill(Boolean fill)
Sets the fill.
|
Serie |
Serie.setLabel(String label)
Sets the label.
|
Serie |
Serie.setLineWidth(Integer lineWidth)
Sets the line width.
|
Serie |
Serie.setMarkerOptions(MarkerOptions markerOptions)
Sets the marker options.
|
Serie |
Serie.setRenderer(JqPlotResources renderer)
Sets the renderer.
|
Serie |
Serie.setRendererOptions(RendererOptions rendererOptions)
Sets the renderer options.
|
Serie |
Serie.setShadow(Boolean shadow)
Sets the shadow.
|
Serie |
Serie.setShadowAlpha(String shadowAlpha)
Sets the shadow alpha.
|
Serie |
Serie.setShadowDepth(Integer shadowDepth)
Sets the shadow depth.
|
Serie |
Serie.setShowAlpha(Boolean showAlpha)
Sets the show alpha.
|
Serie |
Serie.setShowLine(Boolean showLine)
Sets the show line.
|
Serie |
Serie.setShowMarker(Boolean showMarker)
Sets the show marker.
|
Serie |
Serie.showLine(Boolean showLine)
Show line.
|
Copyright © 2024. All rights reserved.