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
AltitudeShading | Altitude shading is used with contour plots, bubble charts and response surfaces | Clipped | Clip axes and all lines and markers at chart edge | Coarse | No refinement is done to colors on altitude-shaded plots | CroppedAxes | Crops all chart elements at the axis boundary | Curves | Points are joined with smooth curves rather than straight lines | ExplodeAxes | Axes are set back from the plotting area | Fine | Altitude shading interpolated in fine detail | ForceZero | Force zero (all axes include origin) | FrameAxes | Axes are completed to frame chart and all data is cropped | GridLines | Draw gridlines (all axes) | HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) | Lines | Datapoints are connected with lines | Markers | Markers are drawn at data points | NoAxes | No axes are drawn on the chart | NoTags | Contour lines are not tagged with the height values | OverlayGrid | Gridlines are drawn ontop of data | ScaleBar | Bubble charts and altitude-shaded Contour plots add a nominal Z-Axis | ValueTags | Value tags are written for data items |
Send comments on this topic © Dyalog Ltd 2013
|