SharpPlot.CloudChartStyle Property
Set Cloudchart style to any allowed combination.
public CloudChartStyles CloudChartStyle {get; set;}
Example
sp.CloudChartStyle = CloudChartStyles.Risers | CloudChartStyles.Walls;
Options
| 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 |
See also ...
SharpPlot Members | DrawCloudChart Method