Table of Contents

Interface IFunctionSource

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface IFunctionSource
Extension Methods

Properties

RangeX

CoordinateRange RangeX { get; set; }

Property Value

CoordinateRange

Methods

Get(double)

double Get(double x)

Parameters

x double

Returns

double

GetRangeY(CoordinateRange)

CoordinateRange GetRangeY(CoordinateRange rangeX)

Parameters

rangeX CoordinateRange

Returns

CoordinateRange