| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Log Scales on both Axes Log Scales on both AxesThis scatterplot style is a quick way to get engineering graph paper. sp.ScatterPlotStyle = ScatterPlotStyles.GridLines| ScatterPlotStyles.ModelFit| ScatterPlotStyles.AnnotateModel; sp.EquationStyle = EquationStyles.Middle; sp.EquationFormat = "Exponent = C1"; This example shows how the daily movements of stock prices typically follow a power-law, rather than being distributed in a well-behaved ‘bell curve’ distribution. |