public abstract class AbstractLineSeries extends Series
X
value there is
a corresponding f(X)
. There are two types of Line series,
a LineSeries
for plotting sampled data and a FunctionLineSeries
for plotting mathematical functions, and this is the superclass of both. Most
of the interesting methods are in the subclasses.LineSeries
,
FunctionLineSeries
,
AreaSeries
Modifier and Type | Method and Description |
---|---|
void |
setDepth(double depth)
Set the depth of the line when viewed in 3D, as a proportion of the
width of the graph.
|
addBox, addLine, addMarker, getName, outputToSeries, outputToSeriesFunction, setFloatingPointX, setFloatingPointY, setStyle, toString
Copyright © 2001-2016 Big Faceless Organization