Class NoMarkersSeries
java.lang.Object
org.knowm.xchart.internal.series.Series
org.knowm.xchart.internal.series.AxesChartSeries
org.knowm.xchart.internal.series.MarkerSeries
org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
org.knowm.xchart.internal.series.NoMarkersSeries
- Direct Known Subclasses:
BubbleSeries
A Series containing X and Y data to be plotted on a Chart with X and Y Axes, values associated
with each X-Y point, could be used for bubble sizes for example, but no error bars, as the min
and max are calculated differently. No markers.
-
Nested Class Summary
Nested classes/interfaces inherited from class Series
Series.DataType -
Field Summary
Fields inherited from class AxesChartSeriesNumericalNoErrorBars
extraValues, extraValuesAll, xData, xDataAll, yData, yDataAllFields inherited from class AxesChartSeries
xAxisDataType, xMax, xMin, yAxisType, yMax, yMin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNoMarkersSeries(String name, double[] xData, double[] yData, double[] extraValues, Series.DataType axisType) Constructor -
Method Summary
Methods inherited from class AxesChartSeriesNumericalNoErrorBars
filterXByIndex, filterXByValue, findMinMax, getExtraValues, getXData, getYData, isAllXData, replaceData, resetFilterMethods inherited from class MarkerSeries
getMarker, getMarkerColor, setMarker, setMarkerColorMethods inherited from class AxesChartSeries
getLineColor, getLineStyle, getLineWidth, getxAxisDataType, getXMax, getXMin, getyAxisDataType, getYMax, getYMin, setLineColor, setLineStyle, setLineWidthMethods inherited from class Series
getFillColor, getLabel, getLegendRenderType, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
Constructor Details
-
NoMarkersSeries
protected NoMarkersSeries(String name, double[] xData, double[] yData, double[] extraValues, Series.DataType axisType) Constructor- Parameters:
name-xData-yData-extraValues-
-
-
Method Details
-
calculateMinMax
protected void calculateMinMax()- Overrides:
calculateMinMaxin classAxesChartSeriesNumericalNoErrorBars
-