Class SignalInterpolation
- Namespace
- ScottPlot.DataSources
- Assembly
- ScottPlot.dll
public static class SignalInterpolation
- Inheritance
-
SignalInterpolation
- Inherited Members
Methods
InterpolateAfterX(RenderPack, Pixel[], ConnectStyle)
If the point to the right of the graph is extremely far outside the data area, modify it using interpolation so it's closer to the data area to prevent render artifacts.
public static void InterpolateAfterX(RenderPack rp, Pixel[] pixels, ConnectStyle connectStyle)
Parameters
rp
RenderPackpixels
Pixel[]connectStyle
ConnectStyle
InterpolateAfterY(RenderPack, Pixel[], ConnectStyle)
If the point to the top of the graph is extremely far outside the data area, modify it using interpolation so it's closer to the data area to prevent render artifacts.
public static void InterpolateAfterY(RenderPack rp, Pixel[] pixels, ConnectStyle connectStyle)
Parameters
rp
RenderPackpixels
Pixel[]connectStyle
ConnectStyle
InterpolateBeforeX(RenderPack, Pixel[], ConnectStyle)
If the point to the left of the graph is extremely far outside the data area, modify it using interpolation so it's closer to the data area to prevent render artifacts.
public static void InterpolateBeforeX(RenderPack rp, Pixel[] pixels, ConnectStyle connectStyle)
Parameters
rp
RenderPackpixels
Pixel[]connectStyle
ConnectStyle
InterpolateBeforeY(RenderPack, Pixel[], ConnectStyle)
If the point to the bottom of the graph is extremely far outside the data area, modify it using interpolation so it's closer to the data area to prevent render artifacts.
public static void InterpolateBeforeY(RenderPack rp, Pixel[] pixels, ConnectStyle connectStyle)
Parameters
rp
RenderPackpixels
Pixel[]connectStyle
ConnectStyle