ScottPlot
Loading...
Searching...
No Matches
Classes
ScottPlot.PathStrategies Namespace Reference

Classes

class  Arrows
 
class  CubicSpline
 Connect points with Catmull-Rom cubic splines, see https://doi.org/10.1007/s42979-021-00770-x NaN values will be skipped, producing a gap in the path. More...
 
class  QuadHalfPoint
 Connect points with curved lines which ease into and out of the midpoint between each pair. This strategy does not "overshoot" points in the Y direction. More...
 
class  Straight
 Connect points with straight lines. NaN values will be skipped, producing a gap in the path. More...