ScottPlot
|
This interface describes a pair of 1D axes. It is intended to be stored inside IPlottable objects, defining which axes they use and providing logic for coordinate/pixel conversions. More...
Public Member Functions | |
PixelRect | GetPixelRect (CoordinateRect rect) |
PixelLine | GetPixelLine (CoordinateLine rect) |
Pixel | GetPixel (Coordinates coordinates) |
float | GetPixelX (double xCoordinate) |
float | GetPixelY (double yCoordinate) |
Coordinates | GetCoordinates (Pixel pixel) |
double | GetCoordinateX (float pixel) |
double | GetCoordinateY (float pixel) |
Properties | |
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. | |
IXAxis | XAxis [get, set] |
IYAxis | YAxis [get, set] |
This interface describes a pair of 1D axes. It is intended to be stored inside IPlottable objects, defining which axes they use and providing logic for coordinate/pixel conversions.
Coordinates ScottPlot.IAxes.GetCoordinates | ( | Pixel | pixel | ) |
Implemented in ScottPlot.Axes.
double ScottPlot.IAxes.GetCoordinateX | ( | float | pixel | ) |
Implemented in ScottPlot.Axes.
double ScottPlot.IAxes.GetCoordinateY | ( | float | pixel | ) |
Implemented in ScottPlot.Axes.
Pixel ScottPlot.IAxes.GetPixel | ( | Coordinates | coordinates | ) |
Implemented in ScottPlot.Axes.
PixelLine ScottPlot.IAxes.GetPixelLine | ( | CoordinateLine | rect | ) |
Implemented in ScottPlot.Axes.
PixelRect ScottPlot.IAxes.GetPixelRect | ( | CoordinateRect | rect | ) |
Implemented in ScottPlot.Axes.
float ScottPlot.IAxes.GetPixelX | ( | double | xCoordinate | ) |
Implemented in ScottPlot.Axes.
float ScottPlot.IAxes.GetPixelY | ( | double | yCoordinate | ) |
Implemented in ScottPlot.Axes.
|
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.
Implemented in ScottPlot.Axes.
|
getset |
Implemented in ScottPlot.Axes.
|
getset |
Implemented in ScottPlot.Axes.