Reference > Properties > ContourPlotStyle Property

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

AltitudeShadingAltitude shading is used with contour plots, bubble charts and response surfaces
ClippedClip axes and all lines and markers at chart edge
CoarseNo refinement is done to colors on altitude-shaded plots
CroppedAxesCrops all chart elements at the axis boundary
CurvesPoints are joined with smooth curves rather than straight lines
ExplodeAxesAxes are set back from the plotting area
FineAltitude shading interpolated in fine detail
ForceZeroForce zero (all axes include origin)
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
HaloMarkersHalo all markers (improves 3D effect on Cloud charts)
LinesDatapoints are connected with lines
MarkersMarkers are drawn at data points
NoAxesNo axes are drawn on the chart
NoTagsContour lines are not tagged with the height values
OverlayGridGridlines are drawn ontop of data
ScaleBarBubble charts and altitude-shaded Contour plots add a nominal Z-Axis
ValueTagsValue tags are written for data items

Send comments on this topic
© Dyalog Ltd 2013