Public Constructors
Initializes a new instance of the ParametricFunction class. |
Public Properties
CodeErrors (inherited from FunctionBase) |
Gets the string descriptions of any compiler errors. |
CodeLanguage (inherited from FunctionBase) |
Gets or sets the programming language used for compiling (C# or VB). |
Gets or sets the multi-line presentation of the function code for the x value calculation. | |
Gets or sets the multi-line presentation of the function code for the y value calculation. | |
Gets or sets the function code for the x value calculation. | |
Gets or sets the function code for the y value calculation. | |
CodeType (inherited from FunctionBase) |
Gets or sets whether the code will be compiled as formula, a method or as full compile unit. |
Gets or sets a custom function object for the x value calculation. | |
Gets or sets the custom function object for the y value calculation. | |
Label (inherited from FunctionBase) |
Gets or sets the label of the function. |
LegendEntry (inherited from FunctionBase) |
Gets or sets whether the function will be shown in legend. |
LineStyle (inherited from FunctionBase) |
Gets or sets the line style used for plotting the function. |
Gets or sets the maximum parameter value when plotting the function. | |
Gets or sets the minimum parameter value when plotting the function. | |
PlotLinesMethod (inherited from FunctionBase) |
Gets or sets the method used for plotting the function. |
PlotNumPoints (inherited from FunctionBase) |
Gets or sets the number of points used when plotting the function. |
PlotOverData (inherited from FunctionBase) |
Gets or sets whether the function is plotted over or behind data series plots. |
Visible (inherited from FunctionBase) |
Gets or sets whether the function plot is visible. |
Public Methods
Calculates the x value of function at specified parameter t. | |
Calculates the y value of function at specified parameter t. |
Public Events
Fires when the x value is calculated. | |
Fires when the y value is calculated. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |