public interface XYZDataSeriesFunction extends XYZDataSeries, XYDataSeriesFunction
XYZDataSeries
based on a function. The function will be of the form y = f(x,z).
Chart
's x-range or z-range changes.Modifier and Type | Method and Description |
---|---|
XYZDataSeriesFunction |
funcRange(double xmin,
double xmax,
double zmin,
double zmax)
Sets the data range for this series.
|
XYZDataSeriesFunction |
funcRange(double xmin,
double xmax,
double zmin,
double zmax,
int npoints)
Sets the data range and number of points for this series.
|
pointColor, pointColor, pointLabel, pointLabel, pointLabel, pointLabelFormat, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, xToolTipPattern, yToolTipPattern, zToolTipPattern
gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, pointColor, pointColor, pointColor, pointsVisible, seriesColor, seriesColor, seriesColor, toolTipPattern
funcNPoints, funcRange, funcRange
pointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize
pointColorByY, pointColorByY, pointShape, pointShape
XYZDataSeriesFunction funcRange(double xmin, double xmax, double zmin, double zmax)
xmin
- x-range minimumxmax
- x-range maximumzmin
- z-range minimumzmax
- z-range maximumXYZDataSeriesFunction funcRange(double xmin, double xmax, double zmin, double zmax, int npoints)
xmin
- x-range minimumxmax
- x-range maximumzmin
- z-range minimumzmax
- z-range maximumnpoints
- number of data pointsIllegalArgumentException
- xmin
must not be less than xmax
xmin
and xmax
must be normal.
npoints
must non-negative