| Contents > Enumerations | Index |
ScatterPlotStyles Enumeration
Scatterplot Style (flags).
[flags]
public enum ScatterPlotStyles
Members
| 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 |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
See also ...
SharpPlot Members | ScatterPlotStyle Property | ScatterPlotStyle Property
