The FunctionBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CalcFunction(Double, ISimpleFunction, Object, CalculateFunctionEventHandler) | |
|
|
CalcFunction(array<Double>[]()[][], ISimpleFunction, Object, CalculateFunctionEventHandler) | |
|
|
ConvertPoint | |
|
|
CreateFunction | |
|
|
Dispose | |
|
|
Equals | (Inherited from Object.) |
|
|
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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetPoints | |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
LinesToText | |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyChanges | |
|
|
Recompile | |
|
|
TextToLines | |
|
|
ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
|
|
_byProxy | |
|
|
m_codeLang | |
|
|
m_codeType | |
|
|
m_legendEntry | |
|
|
m_lstyle | |
|
|
m_method | |
|
|
m_npoints | |
|
|
m_overData | |
|
|
m_text | |
|
|
m_visible |
Properties
| Name | Description | |
|---|---|---|
|
|
CodeErrors |
Gets the string descriptions of any compiler errors.
|
|
|
CodeLanguage |
Gets or sets the programming language used for compiling (C# or VB).
|
|
|
CodeType |
Gets or sets whether the code will be compiled as formula, a method or as full compile unit.
|
|
|
CodeValid |
Gets whether the function compiles correctly.
|
|
|
ErrorList | |
|
|
Label |
Gets or sets the label of the function.
|
|
|
LegendEntry |
Gets or sets whether the function will be shown in legend.
|
|
|
LineStyle |
Gets or sets the line style used for plotting the function.
|
|
|
Max | |
|
|
Min | |
|
|
PlotLinesMethod |
Gets or sets the method used for plotting the function.
|
|
|
PlotNumPoints |
Gets or sets the number of points used when plotting the function.
|
|
|
PlotOverData |
Gets or sets whether the function is plotted over or behind data series plots.
|
|
|
Visible |
Gets or sets whether the function plot is visible.
|