ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.Line Class Reference

Public Member Functions

 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 ()
 

Properties

Coordinates Start [get, set]
 
Coordinates End [get, set]
 
static Line Default [get]
 
LineStyle Style = new LineStyle() [get, set]
 

Constructor & Destructor Documentation

◆ 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]

ScottPlot.Line.Line ( Coordinates  start,
Coordinates  end 
)
inline

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]

ScottPlot.Line.Line ( Coordinates  start,
Coordinates  end,
LineStyle  style 
)
inline

Create a styled line using coordinates, LinePattern, and LineStyle information.

Member Function Documentation

◆ ToString()

override string ScottPlot.Line.ToString ( )
inline

Property Documentation

◆ Default

Line ScottPlot.Line.Default
staticget

◆ End

Coordinates ScottPlot.Line.End
getset

◆ Start

Coordinates ScottPlot.Line.Start
getset

◆ Style

LineStyle ScottPlot.Line.Style = new LineStyle()
getset

The documentation for this class was generated from the following file: