Class ScatterSeries
- java.lang.Object
-
- com.cloudofficeprint.RenderElements.Charts.Series.XYSeries
-
- com.cloudofficeprint.RenderElements.Charts.Series.ScatterSeries
-
public class ScatterSeries extends XYSeries
Represents series for scatter charts. Note: x-axis should only contain numbers.
-
-
Constructor Summary
Constructors Constructor Description ScatterSeries(java.lang.String name, java.lang.String[] x, java.lang.String[] y)
This object represents series for a scatter charts.
-
-
-
Constructor Detail
-
ScatterSeries
public ScatterSeries(java.lang.String name, java.lang.String[] x, java.lang.String[] y)
This object represents series for a scatter charts. Note: x-axis should only contain numbers.- Parameters:
name
- Name of the chart.x
- X-data of the chart.y
- Y-data of the chart.
-
-