| ||
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 > Coarse shading Coarse shadingNo interpolation is done on the altitude colors, so a simple blocky chart is produced. This is much faster to render, and can be used to explore different model fits quickly. sp.ContourPlotStyle = ContourPlotStyles.Coarse; The density setting is used to determine the accuracy of the grid-fit as normal. |