Reference > Properties > CloudChartStyle Property SharpPlot.CloudChartStyle Property
Set Cloudchart style to any allowed combination.
public CloudChartStyles CloudChartStyle {get; set;}
Example
sp.CloudChartStyle = CloudChartStyles.Risers | CloudChartStyles.Walls;
Options
AltitudeShading | Altitude shading is used with contour plots, bubble charts and response surfaces | Contours | Draw contour lines between data points | Curves | Points are joined with smooth curves rather than straight lines | Fine | Altitude shading interpolated in fine detail | FlatText | Flat labels and captions are used on 3D charts | GridLines | Draw gridlines (all axes) | HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) | Indexed | Data is indexed to the initial value = 100 | Lines | Datapoints are connected with lines | ModelFit | Compute and show regression line or surface | NoAxes | No axes are drawn on the chart | NoMarkers | No markers are drawn (turns off default) | ProjectContours | Contours are drawn on the xy-plane in 3D charts | Risers | Draw risers to data points from axis or fitted model | ScaleBar | Bubble charts and altitude-shaded Contour plots add a nominal Z-Axis | SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline | TiledSurface | Tile surfaces on response plots | TrendSurface | Compute trend surface (2D Gaussian smooth) | WallShading | Shade walls on all 3D charts | XYPlot | First column gives the X-values for LinePlot |
See also ...SharpPlot Members | DrawCloudChart Method
Send comments on this topic © Dyalog Ltd 2013
|