SharpPlot Reference > SharpPlot Methods > SetCellSize Method SharpPlot.SetCellSize Method
Set Cellsize (width,height) from width and height.
public void SetCellSize(
double width,
double height
);
Example
sp.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 ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|