Class AddPlottableExtensions
- Namespace
- ScottPlot
- Assembly
- ScottPlot.OpenGL.dll
This class extends Plot.Add.* to add additional plottables provided by this NuGet package
public static class AddPlottableExtensions
- Inheritance
-
AddPlottableExtensions
- Inherited Members
Methods
ScatterGL(PlottableAdder, IPlotControl, double[], double[])
Add an OpenGL-accelerated scatter plot
public static ScatterGL ScatterGL(this PlottableAdder add, IPlotControl control, double[] xs, double[] ys)
Parameters
addPlottableAddercontrolIPlotControlxsdouble[]ysdouble[]
Returns
ScatterGLCustom(PlottableAdder, IPlotControl, double[], double[])
Add an OpenGL-accelerated scatter plot with customizable line width
public static ScatterGLCustom ScatterGLCustom(this PlottableAdder add, IPlotControl control, double[] xs, double[] ys)
Parameters
addPlottableAddercontrolIPlotControlxsdouble[]ysdouble[]