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

ForceZeroForce zero (all axes include origin)
GridLinesDraw gridlines (all axes)
ClippedClip axes and all lines and markers at chart edge
NoTagsContour lines are not tagged with the height values
MarkersMarkers are drawn at data points
HaloMarkersHalo all markers (improves 3D effect on Cloud charts)
ValueTagsValue tags are written for data items
LinesDatapoints are connected with lines
CurvesPoints are joined with smooth curves rather than straight lines
AltitudeShadingAltitude shading is used with contour plots and response surfaces
CoarseNo refinement is done to colors on altitude-shaded plots
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
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart