| Contents > Enumerations | Index |
CloudChartStyles Enumeration
Cloudchart Style (flags).
[flags]
public enum CloudChartStyles
Members
| XYPlot | First column gives the X-values for LinePlot |
| Indexed | Data is indexed to the initial value = 100 |
| WallShading | Shade walls on all 3D charts |
| GridLines | Draw gridlines (all axes) |
| Curves | Points are joined with smooth curves rather than straight lines |
| NoMarkers | No markers are drawn (turns off default) |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
| Lines | Datapoints are connected with lines |
| Risers | Draw risers to data points from axis or fitted model |
| SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |
| TrendSurface | Compute trend surface (2D Gaussian smooth) |
| ModelFit | Compute and show regression line or surface |
| Contours | Draw contour lines between data points |
| ProjectContours | Contours are drawn on the xy-plane in 3D charts |
| TiledSurface | Tile surfaces on response plots |
| AltitudeShading | Altitude shading is used with contour plots and response surfaces |
| 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 |
| FlatText | Flat labels and captions are used on 3D charts |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
