Interface IFunctionSource
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public interface IFunctionSource
- Extension Methods
Properties
RangeX
CoordinateRange RangeX { get; set; }
Property Value
Methods
Get(double)
double Get(double x)
Parameters
x
double
Returns
GetRangeY(CoordinateRange)
CoordinateRange GetRangeY(CoordinateRange rangeX)
Parameters
rangeX
CoordinateRange