SharpPlot Reference > SharpPlot Methods > SetModelSpan Method SharpPlot.SetModelSpan Method
Set the x-axis range for the data used in any model-fit.
Example
sp.SetModelSpan(34); // Upper limit given
sp.SetModelSpan(42,77); // Both ends given
This allows you to run several models against the same timeseries if there is an obvious change of slope.
Overloads
Send comments on this topic © Dyalog Ltd 2021
|