Class BubbleChartOptions
java.lang.Object
org.primefaces.model.charts.ChartOptions
org.primefaces.model.charts.bubble.BubbleChartOptions
- All Implemented Interfaces:
Serializable
Used to set options to Bubble chart component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the options of cartesian scalesvoid
setScales
(CartesianScales scales) Sets the cartesian scalesMethods inherited from class org.primefaces.model.charts.ChartOptions
getAnimation, getAspectRatio, getElements, getLegend, getSubtitle, getTitle, getTooltip, isMaintainAspectRatio, isResponsive, setAnimation, setAspectRatio, setElements, setLegend, setMaintainAspectRatio, setResponsive, setSubtitle, setTitle, setTooltip
-
Constructor Details
-
BubbleChartOptions
public BubbleChartOptions()
-
-
Method Details
-
getScales
Gets the options of cartesian scales- Returns:
- scales
-
setScales
Sets the cartesian scales- Parameters:
scales
- TheCartesianScales
object
-