SharpPlot Reference > SharpPlot 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 response surface
ContoursDraw contour lines across data points
ContourTagsContour lines are tagged with height values
CurvesPoints are joined with smooth curves rather than straight lines
FineAltitude shading interpolated in fine detail (slow for vectorial rendering)
FlatTextFlat labels and captions are used on 3D charts
ForceZeroForce zero (all axes include origin)
GridLinesDraw gridlines (all axes)
HaloMarkersHalo all markers
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
ScaleBarAltitude shaded reponse plot adds a nominal Z-Axis
TiledSurfaceTile surfaces on response plots
WallShadingShade walls on all 3D charts

See also ...

SharpPlot Members | SharpPlot.DrawResponsePlot Method


Send comments on this topic
© Dyalog Ltd 2021