public class BubbleSeries extends Series
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.
|
int |
hashCode() |
void |
setDataPoints(List<BubbleChartDataPoint> dataPoints) |
String |
toString() |
dataPointType, effectFormat, explosion, fillFormat, getDataPointType, getEffectFormat, getExplosion, getFillFormat, getInvertedSolidFillColor, getLineFormat, getMarker, getName, getNumberFormatOfBubbleSizes, getNumberFormatOfValues, getNumberFormatOfXValues, getNumberFormatOfYValues, getOrder, getType, invertedSolidFillColor, invertIfNegative, isColorVaried, isInvertIfNegative, isIsColorVaried, isPlotOnSecondAxis, isSmooth, lineFormat, marker, name, numberFormatOfBubbleSizes, numberFormatOfValues, numberFormatOfXValues, numberFormatOfYValues, order, plotOnSecondAxis, setDataPointType, setEffectFormat, setExplosion, setFillFormat, setInvertedSolidFillColor, setInvertIfNegative, setIsColorVaried, setLineFormat, setMarker, setName, setNumberFormatOfBubbleSizes, setNumberFormatOfValues, setNumberFormatOfXValues, setNumberFormatOfYValues, 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)
Copyright © 2021. All rights reserved.