Reference > Properties > ResponsePlotStyle Property

SharpPlot.ResponsePlotStyle Property

Set Response Surface style to any combination of flags.

public ResponsePlotStyles ResponsePlotStyle {get; set;}

Example

sp.ResponsePlotStyle = ResponsePlotStyles.WallShading;

Options

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

See also ...

SharpPlot Members | DrawResponsePlot Method


Send comments on this topic
© Dyalog Ltd 2013