| Contents > Enumerations | Index |
ContourPlotStyles Enumeration
Contourplot Style (flags).
[flags]
public enum ContourPlotStyles
Members
| 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 |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
