SharpPlot Reference > SharpPlot 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 plot
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 (slow for vectorial rendering)
ForceZeroForce zero (all axes include origin)
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
HaloMarkersHalo all markers
LinesDatapoints are connected with lines
NoAxesNo axes are drawn on the chart
NoMarkersMarkers are not drawn at data points
NoTagsContour lines are not tagged with height values
OverlayGridGridlines are drawn ontop of data
ScaleBarAltitude-shaded contour plot adds a nominal Z-Axis
ValueTagsValue tags are written for data items

Send comments on this topic
© Dyalog Ltd 2021