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, yvalueFormulaeffectFormat, fillFormat, getEffectFormat, getFillFormat, getLineFormat, getMarker, getThreeDFormat, getType, lineFormat, marker, setEffectFormat, setFillFormat, setLineFormat, setMarker, setThreeDFormat, setType, threeDFormatpublic 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 ScatterChartDataPointpublic int hashCode()
hashCode in class ScatterChartDataPointpublic String toString()
toString in class ScatterChartDataPointCopyright © 2025. All rights reserved.