| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Chart Tutorials Reference SharpPlot Class Properties Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support |
Tutorials > General Tutorials > Analyzing Data Analyzing DataThe SharpPlot class provides several built-in styles for analyzing data (for example the trendline style on the ScatterPlot). However it may be convenient to create a separate data-series from the initial values and simply call the appropriate plotting routine with the transformed data. Some typical uses of these utilities would be to try various models (for example by taking the square-root of a set of values) or to look at a collection of moving averages of a timeseries. Plotting a Smoothed Timeseries |