|
ScottPlot
|
Represents a series of data points with distinct X and Y positions in coordinate space. More...
Public Member Functions | |
| IReadOnlyList< Coordinates > | GetScatterPoints () |
| Return a copy of the data in Coordinates format. | |
| DataPoint | GetNearest (Coordinates location, RenderDetails renderInfo, float maxDistance=15) |
| Return the point nearest a specific location given the X/Y pixel scaling information from a previous render. Will return DataPoint.None if the nearest point is greater than maxDistance pixels away. | |
| DataPoint | GetNearestX (Coordinates location, RenderDetails renderInfo, float maxDistance=15) |
| Return the point nearest a specific X location given the X/Y pixel scaling information from a previous render. Will return DataPoint.None if the nearest point is greater than maxDistance pixels away. | |
| CoordinateRange | GetLimitsX () |
| CoordinateRange | GetLimitsY () |
| AxisLimits | GetLimits () |
Properties | |
| int | MinRenderIndex [get, set] |
| int | MaxRenderIndex [get, set] |
Represents a series of data points with distinct X and Y positions in coordinate space.
| AxisLimits ScottPlot.IScatterSource.GetLimits | ( | ) |
| CoordinateRange ScottPlot.IScatterSource.GetLimitsX | ( | ) |
| CoordinateRange ScottPlot.IScatterSource.GetLimitsY | ( | ) |
| DataPoint ScottPlot.IScatterSource.GetNearest | ( | Coordinates | location, |
| RenderDetails | renderInfo, | ||
| float | maxDistance = 15 |
||
| ) |
Return the point nearest a specific location given the X/Y pixel scaling information from a previous render. Will return DataPoint.None if the nearest point is greater than maxDistance pixels away.
| DataPoint ScottPlot.IScatterSource.GetNearestX | ( | Coordinates | location, |
| RenderDetails | renderInfo, | ||
| float | maxDistance = 15 |
||
| ) |
Return the point nearest a specific X location given the X/Y pixel scaling information from a previous render. Will return DataPoint.None if the nearest point is greater than maxDistance pixels away.
| IReadOnlyList< Coordinates > ScottPlot.IScatterSource.GetScatterPoints | ( | ) |
Return a copy of the data in Coordinates format.
|
getset |
|
getset |