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

Public Member Functions

IReadOnlyList< RootedCoordinateVectorGetRootedVectors ()
 
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.
 
CoordinateRange GetLimitsX ()
 
CoordinateRange GetLimitsY ()
 
AxisLimits GetLimits ()
 

Properties

int MinRenderIndex [get, set]
 
int MaxRenderIndex [get, set]
 

Member Function Documentation

◆ GetLimits()

AxisLimits ScottPlot.IVectorFieldSource.GetLimits ( )

◆ GetLimitsX()

CoordinateRange ScottPlot.IVectorFieldSource.GetLimitsX ( )

◆ GetLimitsY()

CoordinateRange ScottPlot.IVectorFieldSource.GetLimitsY ( )

◆ GetNearest()

DataPoint ScottPlot.IVectorFieldSource.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.

◆ GetRootedVectors()

IReadOnlyList< RootedCoordinateVector > ScottPlot.IVectorFieldSource.GetRootedVectors ( )

Property Documentation

◆ MaxRenderIndex

int ScottPlot.IVectorFieldSource.MaxRenderIndex
getset

◆ MinRenderIndex

int ScottPlot.IVectorFieldSource.MinRenderIndex
getset

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