| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SetModelSpan Method SharpPlot.SetModelSpan MethodSet the x-axis range for the data used in any model-fit. Examplesp.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. |