Interface IVectorFieldSource
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public interface IVectorFieldSource
- Extension Methods
Properties
MaxRenderIndex
int MaxRenderIndex { get; set; }
Property Value
MinRenderIndex
int MinRenderIndex { get; set; }
Property Value
Methods
GetLimits()
AxisLimits GetLimits()
Returns
GetLimitsX()
CoordinateRange GetLimitsX()
Returns
GetLimitsY()
CoordinateRange GetLimitsY()
Returns
GetNearest(Coordinates, RenderDetails, float)
Return the point nearest a specific location given the X/Y pixel scaling information from a previous render.
Will return None if the nearest point is greater than maxDistance
pixels away.
DataPoint GetNearest(Coordinates location, RenderDetails renderInfo, float maxDistance = 15)
Parameters
location
CoordinatesrenderInfo
RenderDetailsmaxDistance
float
Returns
GetRootedVectors()
IReadOnlyList<RootedCoordinateVector> GetRootedVectors()