public class ScatterSeries extends Series
Series.DataPointTypeEnum, Series.TypeEnum
Constructor and Description |
---|
ScatterSeries() |
Modifier and Type | Method and Description |
---|---|
ScatterSeries |
addDataPointsItem(ScatterChartDataPoint dataPointsItem) |
ScatterSeries |
dataPoints(List<ScatterChartDataPoint> dataPoints) |
boolean |
equals(Object o) |
List<ScatterChartDataPoint> |
getDataPoints()
Gets or sets the values.
|
int |
hashCode() |
void |
setDataPoints(List<ScatterChartDataPoint> 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 ScatterSeries dataPoints(List<ScatterChartDataPoint> dataPoints)
public ScatterSeries addDataPointsItem(ScatterChartDataPoint dataPointsItem)
public List<ScatterChartDataPoint> getDataPoints()
public void setDataPoints(List<ScatterChartDataPoint> dataPoints)
Copyright © 2021. All rights reserved.