public class BubbleChartOptions extends ChartOptions
Constructor and Description |
---|
BubbleChartOptions() |
Modifier and Type | Method and Description |
---|---|
CartesianScales |
getScales()
Gets the options of cartesian scales
|
void |
setScales(CartesianScales scales)
Sets the cartesian scales
|
getElements, getLegend, getTitle, getTooltip, setElements, setLegend, setTitle, setTooltip
public CartesianScales getScales()
public void setScales(CartesianScales scales)
scales
- The CartesianScales
objectCopyright © 2020. All rights reserved.