| ||
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 > SetCellSize Method SharpPlot.SetCellSize MethodSet Cellsize (width,height) from width and height. public void SetCellSize( double width, double height ); Examplesp.SetCellSize(100,60); This call is used to allow an initial scatterplot to create a series of frames to hold a set of miniature charts, each drawn at a particular x,y location. The default is 72,72 points. See also ... |