Uses of Class
org.wicketstuff.jqplot.lib.elements.SeriesDefaults
-
Packages that use SeriesDefaults Package Description org.wicketstuff.jqplot.lib org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.elements -
-
Uses of SeriesDefaults in org.wicketstuff.jqplot.lib
Methods in org.wicketstuff.jqplot.lib that return SeriesDefaults Modifier and Type Method Description SeriesDefaultsChartConfiguration. getSeriesDefaults()Gets the series defaults.SeriesDefaultsChartConfiguration. seriesDefaultsInstance()Methods in org.wicketstuff.jqplot.lib with parameters of type SeriesDefaults Modifier and Type Method Description ChartConfiguration<T>ChartConfiguration. setSeriesDefaults(SeriesDefaults seriesDefaults)Sets the series defaults. -
Uses of SeriesDefaults in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return SeriesDefaults Modifier and Type Method Description SeriesDefaultsAbstractChart. getSeriesDefaults()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type SeriesDefaults Modifier and Type Method Description AbstractChart<T,S>AbstractChart. setSeriesDefaults(SeriesDefaults seriesDefaults) -
Uses of SeriesDefaults in org.wicketstuff.jqplot.lib.elements
Methods in org.wicketstuff.jqplot.lib.elements that return SeriesDefaults Modifier and Type Method Description SeriesDefaultsSeriesDefaults. setPointLabels(PointLabels pointLabels)SeriesDefaultsSeriesDefaults. setTrendline(Trendline trendline)
-