public class BubbleChartDataPoint extends ScatterChartDataPoint
DataPoint.TypeEnum
Constructor and Description |
---|
BubbleChartDataPoint() |
Modifier and Type | Method and Description |
---|---|
BubbleChartDataPoint |
bubbleSize(Double bubbleSize) |
BubbleChartDataPoint |
bubbleSizeFormula(String bubbleSizeFormula) |
boolean |
equals(Object o) |
Double |
getBubbleSize()
Bubble size.
|
String |
getBubbleSizeFormula()
Spreadsheet formula in A1-style.
|
int |
hashCode() |
void |
setBubbleSize(Double bubbleSize) |
void |
setBubbleSizeFormula(String bubbleSizeFormula) |
String |
toString() |
getXvalue, getXvalueFormula, getYvalue, getYvalueFormula, setXvalue, setXvalueFormula, setYvalue, setYvalueFormula, xvalue, xvalueFormula, yvalue, yvalueFormula
effectFormat, fillFormat, getEffectFormat, getFillFormat, getLineFormat, getThreeDFormat, getType, lineFormat, setEffectFormat, setFillFormat, setLineFormat, setThreeDFormat, setType, threeDFormat
public BubbleChartDataPoint bubbleSize(Double bubbleSize)
public Double getBubbleSize()
public void setBubbleSize(Double bubbleSize)
public BubbleChartDataPoint bubbleSizeFormula(String bubbleSizeFormula)
public String getBubbleSizeFormula()
public void setBubbleSizeFormula(String bubbleSizeFormula)
public boolean equals(Object o)
equals
in class ScatterChartDataPoint
public int hashCode()
hashCode
in class ScatterChartDataPoint
public String toString()
toString
in class ScatterChartDataPoint
Copyright © 2023. All rights reserved.