void addPoints(
source
$source)
|
|
gets all points from Source series, performs a function operation on points and finally stores results in ParentSeries.
Tags:
Overrides
Functions::addPoints() (Gets all points from Source series, performs a function operation and stores results in ParentSeries.
)
Parameters:
The number of times the resulting smooth points are compared to source
points.
For example, a value of 4 means the smooth points will be 4 times the number of source points.
The greater the factor value is, the smoother the resulting curves will be.
Default value: 4
Tags:
boolean getInterpolate(
)
|
|
When true, resulting smooth curves will pass exactly over source points.
When false, the smooth curves will not necessarily pass over source points.
Default value: true
Tags:
void setInterpolate(
value
$value)
|
|
Resulting smooth curves will pass exactly over source points when true.
When false, the smooth curves will not necessarily pass over source points.
Default value: true
Tags:
Parameters: