public abstract class Series_Bubble extends Series_AxesChart
Constructor and Description |
---|
Series_Bubble(String name,
List<?> xData,
List<? extends Number> yData,
List<? extends Number> extraValues)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
calculateMinMax() |
abstract org.knowm.xchart.internal.chartpart.Axis.AxisDataType |
getAxesType(List<?> data) |
getExtraValues, getLineColor, getLineStyle, getLineWidth, getxAxisDataType, getXData, getXMax, getXMin, getyAxisDataType, getYData, getYMax, getYMin, replaceData, setLineColor, setLineStyle, setLineWidth
getFillColor, getLegendRenderType, getName, isShowInLegend, setFillColor, setShowInLegend
public abstract org.knowm.xchart.internal.chartpart.Axis.AxisDataType getAxesType(List<?> data)
getAxesType
in class Series_AxesChart
public void calculateMinMax()
calculateMinMax
in class Series_AxesChart
Copyright © 2011–2016 Knowm Inc.. All rights reserved.