Public Constructors
Initializes a new instance of the YFunction class. |
Public Properties
Gets or sets whether the maximum X value is calculated automatically. | |
Gets or sets whether the minimum X value is calculated automatically. | |
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 function code. | |
CodeType (inherited from FunctionBase) |
Gets or sets whether the code will be compiled as formula, a method or as full compile unit. |
CodeValid (inherited from FunctionBase) |
Gets whether the function compiles correctly. |
Gets or sets a user-defined custom function object. | |
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 X value of the plotted function. | |
Gets or sets the minimum X value of the plotted 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 value of the function at specified X value. |
Public Events
Fires whenever the function value is calculated. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |