SharpPlot.ResponsePlotStyle Property

Set Response Surface style to any combination of flags.

public ResponsePlotStyles ResponsePlotStyle {get; set;}

Example

sp.ResponsePlotStyle = ResponsePlotStyles.WallShading;

Options

WallShadingShade walls on all 3D charts
GridLinesDraw gridlines (all axes)
ForceZeroForce zero (all axes include origin)
NoLinesNo lines are drawn (turns off default)
CurvesPoints are joined with smooth curves rather than straight lines
MarkersMarkers are drawn at data points
RisersDraw risers to data points from axis or fitted model
ContoursDraw contour lines between data points
TiledSurfaceTile surfaces on response plots
AltitudeShadingAltitude shading is used with contour plots and response surfaces
FineAltitude shading interpolated in fine detail
ScaleBarBubble charts and altitude-shaded Contour plots add a nominal Z-Axis
NoAxesNo axes are drawn on the chart
FlatTextFlat labels and captions are used on 3D charts
HaloMarkersHalo all markers (improves 3D effect on Cloud charts)

See also ...

SharpPlot Members | DrawResponsePlot Method