|
| Line (double x1, double y1, double x2, double y2) |
| Create a default line using x and y values.
|
|
| Line (Coordinates start, Coordinates end) |
| Create a default line using coordinates.
|
|
| Line (double x1, double y1, double x2, double y2, LineStyle style) |
| Create a styled line using x and y values, LinePattern, and LineStyle information.
|
|
| Line (Coordinates start, Coordinates end, LineStyle style) |
| Create a styled line using coordinates, LinePattern, and LineStyle information.
|
|
override string | ToString () |
|
◆ Line() [1/4]
ScottPlot.Line.Line |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 |
|
) |
| |
|
inline |
Create a default line using x and y values.
◆ Line() [2/4]
Create a default line using coordinates.
◆ Line() [3/4]
ScottPlot.Line.Line |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2, |
|
|
LineStyle |
style |
|
) |
| |
|
inline |
Create a styled line using x and y values, LinePattern, and LineStyle information.
◆ Line() [4/4]
Create a styled line using coordinates, LinePattern, and LineStyle information.
◆ ToString()
override string ScottPlot.Line.ToString |
( |
| ) |
|
|
inline |
◆ Default
Line ScottPlot.Line.Default |
|
staticget |
◆ End
◆ Start
◆ Style
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/Primitives/Line.cs