| Contents > SharpPlot > Properties | Index |
SharpPlot.MeshDensity Property
Set Density of mesh for response plots and contouring.
public double MeshDensity {get; set;}
Example
sp.MeshDensity = 2;
This will compute contours at double the normal frequency, giving a more accurate picture, but increasing the size of the finished graphic and the run-time needed to generate it.
