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
AltitudeShading | Altitude shading is used with response surface | Contours | Draw contour lines across data points | ContourTags | Contour lines are tagged with height values | Curves | Points are joined with smooth curves rather than straight lines | Fine | Altitude shading interpolated in fine detail (slow for vectorial rendering) | FlatText | Flat labels and captions are used on 3D charts | ForceZero | Force zero (all axes include origin) | GridLines | Draw gridlines (all axes) | HaloMarkers | Halo all markers | Markers | Markers are drawn at data points | NoAxes | No axes are drawn on the chart | NoLines | No lines are drawn (turns off default) | Risers | Draw risers to data points from axis or fitted model | ScaleBar | Altitude shaded reponse plot adds a nominal Z-Axis | TiledSurface | Tile surfaces on response plots | WallShading | Shade walls on all 3D charts |
See also ...SharpPlot Members | SharpPlot.DrawResponsePlot Method
Send comments on this topic © Dyalog Ltd 2021
|