SharpPlot.ScatterPlotStyle Property
Set Scatterplot style to any combination of flags.
public ScatterPlotStyles ScatterPlotStyle {get; set;}
Example
sp.ScatterPlotStyle = ScatterPlotStyles.ForceZero;
Options
| ForceZero | Force zero (all axes include origin) |
| GridLines | Draw gridlines (all axes) |
| OverlayGrid | Gridlines are drawn ontop of data |
| Clipped | Clip axes and all lines and markers at chart edge |
| TrendLine | Compute trend line (Gaussian smooth) |
| GrowthCurve | Growth curve (exponential) is computed |
| ModelFit | Compute and show regression line or surface |
| AnnotateModel | Annotate model with computed equation |
| NoMarkers | No markers are drawn (turns off default) |
| Lines | Datapoints are connected with lines |
| Risers | Draw risers to data points from axis or fitted model |
| ArrowLines | Draw arrows at ends of lines |
| Contours | Draw contour lines between data points |
| Curves | Points are joined with smooth curves rather than straight lines |
| CellsCreated | Make cells at each marker for miniature plots |
| HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
| ValueTags | Value tags are written for data items |
See also ...
SharpPlot Members | DrawScatterPlot Method