Returns a new Progressive function generator with the new end X-value.
End X-value
Returns a new Progressive function generator with the new sampling function.
A function that is sampled to generate the data.
Returns a new Progressive function generator with the new start X-value.
Start X-value
Returns a new Progressive function generator with the new X-step.
X-step between each continuous sample.
A progressive function data generator. Generates point data that has progressive X axis and the value for Y axis is created from the user given function.
To create a new instance of progressive function data generator use createProgressiveFunctionGenerator factory.