SharpPlot.ResponsePlotStyle Property
Set Response Surface style to any combination of flags.
public ResponsePlotStyles ResponsePlotStyle {get; set;}
Example
sp.ResponsePlotStyle = ResponsePlotStyles.WallShading;
Options
| WallShading | Shade walls on all 3D charts |
| GridLines | Draw gridlines (all axes) |
| ForceZero | Force zero (all axes include origin) |
| NoLines | No lines are drawn (turns off default) |
| Curves | Points are joined with smooth curves rather than straight lines |
| Markers | Markers are drawn at data points |
| Risers | Draw risers to data points from axis or fitted model |
| Contours | Draw contour lines between data points |
| TiledSurface | Tile surfaces on response plots |
| AltitudeShading | Altitude shading is used with contour plots and response surfaces |
| Fine | Altitude shading interpolated in fine detail |
| ScaleBar | Bubble charts and altitude-shaded Contour plots add a nominal Z-Axis |
| NoAxes | No axes are drawn on the chart |
| FlatText | Flat labels and captions are used on 3D charts |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
See also ...
SharpPlot Members | DrawResponsePlot Method