SharpPlot.ContourPlotStyle Property
Set Contour plot style to any combination of flags.
public ContourPlotStyles ContourPlotStyle {get; set;}
Example
sp.ContourPlotStyle = ContourPlotStyles.ForceZero|ContourPlotStyles.GridLines;
Options
| ForceZero | Force zero (all axes include origin) |
| GridLines | Draw gridlines (all axes) |
| Clipped | Clip axes and all lines and markers at chart edge |
| NoTags | Contour lines are not tagged with the height values |
| Markers | Markers are drawn at data points |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
| ValueTags | Value tags are written for data items |
| Lines | Datapoints are connected with lines |
| Curves | Points are joined with smooth curves rather than straight lines |
| AltitudeShading | Altitude shading is used with contour plots and response surfaces |
| Coarse | No refinement is done to colors on altitude-shaded plots |
| 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 |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |