| ||
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 > FindExtremes Method > (Double[][],Double[]) SharpPlot.FindExtremes Method (Double[][],Double[])Find extreme values from array of arrays of y values and x-values. public double[] FindExtremes( double[][] data, double[] xValues );
UsageRequired for any app which uses ‘Curves’ and needs to set the axis ranges. Will slightly over-estimate as it gets the Bezier control points which are always outside the envelope of the cubic curve. See also ...SharpPlot Members | FindExtremes Method |