|
Reference > Enumerations > ScatterPlotStyles Enumeration ScatterPlotStyles Enumeration
Scatterplot Style (flags).
[flags]
public enum ScatterPlotStyles
Members
| AnnotateModel | Annotate model with computed equation | | ArrowLines | Draw arrows at ends of lines | | CellsCreated | Make cells at each marker for miniature plots | | Clipped | Clip axes and all lines and markers at chart edge | | Contours | Draw contour lines between data points | | CroppedAxes | Crops all chart elements at the axis boundary | | Curves | Points are joined with smooth curves rather than straight lines | | ExplodeAxes | Axes are set back from the plotting area | | ForceZero | Force zero (all axes include origin) | | FrameAxes | Axes are completed to frame chart and all data is cropped | | GridLines | Draw gridlines (all axes) | | GrowthCurve | Growth curve (exponential) is computed | | HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) | | Lines | Datapoints are connected with lines | | Logarithmic | All chart axes are drawn logarithmically | | ModelFit | Compute and show regression line or surface | | NoAxes | No axes are drawn on the chart | | NoMarkers | No markers are drawn (turns off default) | | OnTopModel | Modelfit is drawn ontop of data | | OverlayGrid | Gridlines are drawn ontop of data | | Parity | Axes are made square and a diagonal is drawn with tolerance lines | | Risers | Draw risers to data points from axis or fitted model | | TrendLine | Compute trend line (Gaussian smooth) | | ValueTags | Value tags are written for data items |
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
See also ...SharpPlot Members | ScatterPlotStyle Property
Send comments on this topic © Dyalog Ltd 2013
|