ScottPlot
|
This object holds an X axis and Y axis and performs 2D coordinate/pixel conversions. More...
Public Member Functions | |
Axes () | |
Coordinates | GetCoordinates (Pixel pixel) |
double | GetCoordinateX (float pixel) |
double | GetCoordinateY (float pixel) |
Pixel | GetPixel (Coordinates coordinates) |
PixelLine | GetPixelLine (CoordinateLine line) |
float | GetPixelX (double xCoordinate) |
float | GetPixelY (double yCoordinate) |
PixelRect | GetPixelRect (CoordinateRect rect) |
Properties | |
IXAxis | XAxis = null! [get, set] |
IYAxis | YAxis = null! [get, set] |
PixelRect | DataRect [get, set] |
Describes the region in the center of the figure where plottable data will be displayed. This region is set by the renderer immediately before a Plottable's Render() method is called. | |
static Axes | Default [get] |
![]() |
This object holds an X axis and Y axis and performs 2D coordinate/pixel conversions.
|
inline |
|
inline |
Implements ScottPlot.IAxes.
double ScottPlot.Axes.GetCoordinateX | ( | float | pixel | ) |
Implements ScottPlot.IAxes.
double ScottPlot.Axes.GetCoordinateY | ( | float | pixel | ) |
Implements ScottPlot.IAxes.
|
inline |
Implements ScottPlot.IAxes.
|
inline |
Implements ScottPlot.IAxes.
|
inline |
Implements ScottPlot.IAxes.
float ScottPlot.Axes.GetPixelX | ( | double | xCoordinate | ) |
Implements ScottPlot.IAxes.
float ScottPlot.Axes.GetPixelY | ( | double | yCoordinate | ) |
Implements ScottPlot.IAxes.
|
getset |
Describes the region in the center of the figure where plottable data will be displayed. This region is set by the renderer immediately before a Plottable's Render() method is called.
Implements ScottPlot.IAxes.
|
staticget |
|
getset |
Implements ScottPlot.IAxes.
|
getset |
Implements ScottPlot.IAxes.