Class XYSeries
A Series containing X and Y data to be plotted on a Chart
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Series
Series.DataType -
Field Summary
FieldsFields inherited from class AxesChartSeries
xMax, xMin, yMax, yMin -
Constructor Summary
ConstructorsConstructorDescriptionXYSeries(String name, double[] xData, double[] yData, double[] errorBars, Series.DataType axisType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSmooth()voidsetSmooth(boolean smooth) setXYSeriesRenderStyle(XYSeries.XYSeriesRenderStyle chartXYSeriesRenderStyle) Methods inherited from class AxesChartSeriesNumericalNoErrorBars
calculateMinMax, filterXByIndex, filterXByValue, 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, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
Field Details
-
xySeriesRenderStyle
-
smooth
private boolean smooth
-
-
Constructor Details
-
XYSeries
public XYSeries(String name, double[] xData, double[] yData, double[] errorBars, Series.DataType axisType) Constructor- Parameters:
name-xData-yData-errorBars-
-
-
Method Details
-
getXYSeriesRenderStyle
-
setXYSeriesRenderStyle
-
getLegendRenderType
- Specified by:
getLegendRenderTypein classSeries
-
isSmooth
public boolean isSmooth() -
setSmooth
public void setSmooth(boolean smooth)
-