The FunctionBase type exposes the following members.

Methods

  Name Description
Protected method CalcFunction(Double, ISimpleFunction, Object, CalculateFunctionEventHandler)
Protected method CalcFunction(array<Double>[]()[][], ISimpleFunction, Object, CalculateFunctionEventHandler)
Protected method ConvertPoint
Protected method CreateFunction
Public method Dispose
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetPoints
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method LinesToText
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Protected method Recompile
Protected method TextToLines
Public method ToString (Overrides Object..::..ToString()()()().)

Fields

Properties

  Name Description
Public property CodeErrors
Gets the string descriptions of any compiler errors.
Public property CodeLanguage
Gets or sets the programming language used for compiling (C# or VB).
Public property CodeType
Gets or sets whether the code will be compiled as formula, a method or as full compile unit.
Public property CodeValid
Gets whether the function compiles correctly.
Protected property ErrorList
Public property Label
Gets or sets the label of the function.
Public property LegendEntry
Gets or sets whether the function will be shown in legend.
Public property LineStyle
Gets or sets the line style used for plotting the function.
Public property Max
Public property Min
Public property PlotLinesMethod
Gets or sets the method used for plotting the function.
Public property PlotNumPoints
Gets or sets the number of points used when plotting the function.
Public property PlotOverData
Gets or sets whether the function is plotted over or behind data series plots.
Public property Visible
Gets or sets whether the function plot is visible.

See Also