Reference > Properties > ScatterPlotStyle Property SharpPlot.ScatterPlotStyle Property
Set Scatterplot style to any combination of flags.
public ScatterPlotStyles ScatterPlotStyle {get; set;}
Example
sp.ScatterPlotStyle = ScatterPlotStyles.ForceZero;
Options
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 |
See also ...SharpPlot Members | DrawScatterPlot Method
Send comments on this topic © Dyalog Ltd 2013
|