Class ScatterChartModel
java.lang.Object
org.primefaces.model.charts.ChartModel
org.primefaces.model.charts.line.LineChartModel
org.primefaces.model.charts.scatter.ScatterChartModel
- All Implemented Interfaces:
Serializable
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as NumericPoint objects containing X and Y properties.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.primefaces.model.charts.line.LineChartModel
getData, getOptions, setData, setOptions
Methods inherited from class org.primefaces.model.charts.ChartModel
getExtender, setExtender
-
Constructor Details
-
ScatterChartModel
public ScatterChartModel()
-
-
Method Details
-
getType
Gets the type- Overrides:
getType
in classLineChartModel
- Returns:
- type of current chart
-