Uses of Class
org.wicketstuff.jqplot.lib.ChartConfiguration
Packages that use ChartConfiguration
-
Uses of ChartConfiguration in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return ChartConfigurationModifier and TypeMethodDescriptionAdds the series.Chart.getChartConfiguration()Return chart configurationChartConfiguration.setAnimate(Boolean animate) Turns on animation for all series in this plot.Sets the axes.ChartConfiguration.setAxesDefaults(Axis<T> axesDefaults) Sets the axes defaults.ChartConfiguration.setCanvasOverlay(CanvasOverlay canvasOverlay) Sets the canvas overlay.ChartConfiguration.setCaptureRightClick(Boolean captureRightClick) Sets the capture right click.Sets the cursor.Sets the grid.ChartConfiguration.setGridPadding(GridPadding gridPadding) Sets the gridPaddingChartConfiguration.setHighlighter(Highlighter highlighter) set the highlighter.Sets the label x.Sets the label y.Sets the legend.ChartConfiguration.setSeries(Collection<Serie> series) Sets the series.ChartConfiguration.setSeriesColors(Collection<String> seriesColor) Sets the series colors.ChartConfiguration.setSeriesDefaults(SeriesDefaults seriesDefaults) Sets the series defaults.ChartConfiguration.setShowMarker(Boolean showMarker) Sets the show marker.ChartConfiguration.setSimpleTitle(String title) Sets the simple title.ChartConfiguration.setStackSeries(Boolean stackSeries) Sets the stack series.Sets the title.Methods in org.wicketstuff.jqplot.lib with parameters of type ChartConfigurationModifier and TypeMethodDescriptionstatic StringJqPlotUtils.jqPlotToJson(ChartConfiguration<?> jqPlot) Retorna o um json a partir de uma configuração jqplot -
Uses of ChartConfiguration in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return ChartConfigurationModifier and TypeMethodDescriptionabstract ChartConfiguration<S>AbstractChart.getChartConfiguration()AreaChart.getChartConfiguration()BarChart.getChartConfiguration()BarSeriesChart.getChartConfiguration()BubbleChart.getChartConfiguration()LabeledLineChart.getChartConfiguration()LineChart.getChartConfiguration()LineSeriesChart.getChartConfiguration()MeterGaugeChart.getChartConfiguration()PieChart.getChartConfiguration()PieDonutChart.getChartConfiguration()