Name | Description | |
---|---|---|
ParametricFunction Constructor | Overloaded. |
The following tables list the members exposed by ParametricFunction.
Name | Description | |
---|---|---|
ParametricFunction Constructor | Overloaded. |
Name | Description | |
---|---|---|
CodeErrors | Gets the string descriptions of any compiler errors. (Inherited from C1.Win.C1Chart.FunctionBase) | |
CodeLanguage | Gets or sets the programming language used for compiling (C# or VB). (Inherited from C1.Win.C1Chart.FunctionBase) | |
CodeLinesX | Gets or sets the multi-line presentation of the function code for the x value calculation. | |
CodeLinesY | Gets or sets the multi-line presentation of the function code for the y value calculation. | |
CodeTextX | Gets or sets the function code for the x value calculation. | |
CodeTextY | Gets or sets the function code for the y value calculation. | |
CodeType | Gets or sets whether the code will be compiled as formula, a method or as full compile unit. (Inherited from C1.Win.C1Chart.FunctionBase) | |
CodeValid | Overridden. Gets whether the function compiles correctly. | |
CustomFunctionX | Gets or sets a custom function object for the x value calculation. | |
CustomFunctionY | Gets or sets the custom function object for the y value calculation. | |
Label | Gets or sets the label of the function. (Inherited from C1.Win.C1Chart.FunctionBase) | |
LegendEntry | Gets or sets whether the function will be shown in legend. (Inherited from C1.Win.C1Chart.FunctionBase) | |
LineStyle | Gets or sets the line style used for plotting the function. (Inherited from C1.Win.C1Chart.FunctionBase) | |
Max | Overridden. Gets or sets the maximum value of the axis. | |
MaxT | Gets or sets the maximum parameter value when plotting the function. | |
Min | Overridden. Gets or sets the minimum value of the axis. | |
MinT | Gets or sets the minimum parameter value when plotting the function. | |
PlotLinesMethod | Gets or sets the method used for plotting the function. (Inherited from C1.Win.C1Chart.FunctionBase) | |
PlotNumPoints | Gets or sets the number of points used when plotting the function. (Inherited from C1.Win.C1Chart.FunctionBase) | |
PlotOverData | Gets or sets whether the function is plotted over or behind data series plots. (Inherited from C1.Win.C1Chart.FunctionBase) | |
Visible | Gets or sets whether the function plot is visible. (Inherited from C1.Win.C1Chart.FunctionBase) |
Name | Description | |
---|---|---|
Dispose | Perform general cleanup. (Inherited from C1.Win.C1Chart.FunctionBase) | |
GetX | Calculates the x value of function at specified parameter t. | |
GetXValues | Calculates the x values of the function at specified t values. | |
GetY | Calculates the y value of function at specified parameter t. | |
GetYValues | Calculates the y values of the function at specified t values. | |
ToString | Returns a string that represents the current object. (Inherited from C1.Win.C1Chart.FunctionBase) |
Name | Description | |
---|---|---|
CalculateX | Fires when the x value is calculated. | |
CalculateY | Fires when the y value is calculated. |