-
Method Summary
Methods inherited from interface com.illumon.iris.db.plot.datasets.DataSeries
errorBarColor, errorBarColor, errorBarColor, gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, pointColor, pointColor, pointColor, pointColorByY, pointColorByY, pointLabel, pointLabelFormat, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointsVisible, seriesColor, seriesColor, seriesColor, toolTipPattern, xToolTipPattern, yToolTipPattern
Methods inherited from interface com.illumon.iris.db.plot.datasets.xy.XYDataSeries
pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointLabel, pointLabel, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize
-
Method Details
-
Sets the data range for this series if the user did not set funcRange.
- Parameters:
xmin
- range minimum
xmax
- range maximum
- Returns:
- this data series with the new range
-
Sets the data range and number of points for this series if the user did not set funcRange.
- Parameters:
xmin
- range minimum
xmax
- range maximum
npoints
- number of data points
- Returns:
- this data series with the new range
- Throws:
IllegalArgumentException
- xmin
must not be less than xmax
xmin
and xmax
must be normal. See DoubleFpPrimitives.isNormal(double)
npoints
must non-negative
-
Sets the number of data points in this dataset if the user did not set funcNPoints.
- Parameters:
npoints
- number of points
- Returns:
- this data series with the specified number of points.
- Throws:
IllegalArgumentException
- npoints
must be non-negative.