public class BubbleSeries extends XYSeries
Series.DataPointTypeEnum, Series.TypeEnum
Constructor and Description |
---|
BubbleSeries() |
Modifier and Type | Method and Description |
---|---|
BubbleSeries |
addDataPointsItem(BubbleChartDataPoint dataPointsItem) |
BubbleSeries |
dataPoints(List<BubbleChartDataPoint> dataPoints) |
boolean |
equals(Object o) |
List<BubbleChartDataPoint> |
getDataPoints()
Gets or sets the values.
|
String |
getNumberFormatOfBubbleSizes()
The number format for the series bubble sizes.
|
int |
hashCode() |
BubbleSeries |
numberFormatOfBubbleSizes(String numberFormatOfBubbleSizes) |
void |
setDataPoints(List<BubbleChartDataPoint> dataPoints) |
void |
setNumberFormatOfBubbleSizes(String numberFormatOfBubbleSizes) |
String |
toString() |
getNumberFormatOfXValues, getNumberFormatOfYValues, numberFormatOfXValues, numberFormatOfYValues, setNumberFormatOfXValues, setNumberFormatOfYValues
effectFormat, explosion, fillFormat, getDataPointType, getEffectFormat, getExplosion, getFillFormat, getInvertedSolidFillColor, getLineFormat, getMarker, getName, getOrder, getType, invertedSolidFillColor, invertIfNegative, isColorVaried, isInvertIfNegative, isIsColorVaried, isPlotOnSecondAxis, isSmooth, lineFormat, marker, name, order, plotOnSecondAxis, setDataPointType, setEffectFormat, setExplosion, setFillFormat, setInvertedSolidFillColor, setInvertIfNegative, setIsColorVaried, setLineFormat, setMarker, setName, setOrder, setPlotOnSecondAxis, setSmooth, setType, smooth, type
public BubbleSeries dataPoints(List<BubbleChartDataPoint> dataPoints)
public BubbleSeries addDataPointsItem(BubbleChartDataPoint dataPointsItem)
public List<BubbleChartDataPoint> getDataPoints()
public void setDataPoints(List<BubbleChartDataPoint> dataPoints)
public BubbleSeries numberFormatOfBubbleSizes(String numberFormatOfBubbleSizes)
public String getNumberFormatOfBubbleSizes()
public void setNumberFormatOfBubbleSizes(String numberFormatOfBubbleSizes)
Copyright © 2022. All rights reserved.