-
ca.nanometrics.gflot.client.PlotModel.addSeries()
-
ca.nanometrics.gflot.client.PlotWithOverviewModel.addSeries()
-
ch.agent.crnickl.api.UpdatableSchema.addSeries()
Add a new series to the schema.
@param seriesNr a positive number not already used
@return a series definition
@throws T2DBException
-
com.googlecode.wickedcharts.highcharts.options.Options.addSeries()
-
com.invient.vaadin.charts.InvientCharts.addSeries()
Adds the argument series to this chart.
@param seriesData the series to be added
-
com.xeiam.xchart.Chart.addSeries()
Add a series to the chart using Collections
@param seriesName
@param xData the X-Axis data
@param yData the Y-Axis data
@return A Series object that you can set properties on
-
org.apache.poi.ss.usermodel.charts.LineChartData.addSeries()
@param categories data source for categories.
@param values data source for values.
@return a new line chart serie.
-
org.jfree.data.category.DefaultCategoryDataset.addSeries()
-
org.jfree.data.statistics.HistogramDataset.addSeries()
Adds a series to the dataset, using the specified number of bins, and sends a {@link DatasetChangeEvent} to all registered listeners.
@param key the series key (null
not permitted).
@param values the values (null
not permitted).
@param bins the number of bins (must be at least 1).
-
org.jfree.data.time.TimePeriodValuesCollection.addSeries()
Adds a series to the collection. A {@link org.jfree.data.general.DatasetChangeEvent} is sent to allregistered listeners.
@param series the time series.
-
org.jfree.data.time.TimeSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent} toall registered listeners.
@param series the series (null
not permitted).
-
org.jfree.data.time.ohlc.OHLCSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners.
@param series the series (null
not permitted).
-
org.jfree.data.xy.DefaultIntervalXYDataset.addSeries()
Adds a series or if a series with the same key already exists replaces the data for that series, then sends a {@link DatasetChangeEvent} toall registered listeners.
@param seriesKey the series key (null
not permitted).
@param data the data (must be an array with length 6, containing sixarrays of equal length, the first three containing the x-values (x, xLow and xHigh) and the last three containing the y-values (y, yLow and yHigh)).
-
org.jfree.data.xy.DefaultTableXYDataset.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners. The series should be configured to NOT allow duplicate x-values.
@param series the series (null
not permitted).
-
org.jfree.data.xy.DefaultXYDataset.addSeries()
Adds a series or if a series with the same key already exists replaces the data for that series, then sends a {@link DatasetChangeEvent} to allregistered listeners.
@param seriesKey the series key (null
not permitted).
@param data the data (must be an array with length 2, containing twoarrays of equal length, the first containing the x-values and the second containing the y-values).
-
org.jfree.data.xy.DefaultXYZDataset.addSeries()
Adds a series or if a series with the same key already exists replaces the data for that series, then sends a {@link DatasetChangeEvent} toall registered listeners.
@param seriesKey the series key (null
not permitted).
@param data the data (must be an array with length 3, containing threearrays of equal length, the first containing the x-values, the second containing the y-values and the third containing the z-values).
-
org.jfree.data.xy.MatrixSeriesCollection.addSeries()
Adds a series to the collection.
Notifies all registered listeners that the dataset has changed.
@param series the series.
@throws IllegalArgumentException
-
org.jfree.data.xy.VectorSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners.
@param series the series (null
not permitted).
-
org.jfree.data.xy.XIntervalSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners.
@param series the series (null
not permitted).
-
org.jfree.data.xy.XYIntervalSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners.
@param series the series (null
not permitted).
-
org.jfree.data.xy.XYSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners.
@param series the series (null
not permitted).
@throws IllegalArgumentException if the key for the series is null ornot unique within the dataset.
-
org.jfree.data.xy.YIntervalSeriesCollection.addSeries()
Adds a series to the collection and sends a {@link DatasetChangeEvent}to all registered listeners.
@param series the series (null
not permitted).
-
org.openfaces.component.chart.PlainModel.addSeries()
-
org.pentaho.plugin.jfreereport.reportcharts.ExtendedXYZDataset.addSeries()
-
org.primefaces.model.chart.BarChartModel.addSeries()
-
org.primefaces.model.chart.CartesianChartModel.addSeries()
-
org.primefaces.model.chart.LineChartModel.addSeries()
-
systole.view.charts.XYChart.addSeries()
@param seriesName
@param dataset
@param xFactor