Name | Description | |
---|---|---|
YFunction Constructor | Overloaded. |
The following tables list the members exposed by YFunction.
Name | Description | |
---|---|---|
YFunction Constructor | Overloaded. |
Name | Description | |
---|---|---|
AutoMax | Gets or sets whether the maximum X value is calculated automatically. | |
AutoMin | Gets or sets whether the minimum X value is calculated automatically. | |
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) | |
CodeText | Gets or sets the function code. | |
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 | Gets whether the function compiles correctly. (Inherited from C1.Win.C1Chart.FunctionBase) | |
CustomFunction | Gets or sets a user-defined custom function object. | |
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) | |
MaxX | Gets or sets the maximum X value of the plotted function. | |
MinX | Gets or sets the minimum X value of the plotted 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) | |
GetY | Calculates the value of the function at specified X value. | |
GetYValues | Calculates the values of the function at specified X values. | |
ToString | Returns a string that represents the current object. (Inherited from C1.Win.C1Chart.FunctionBase) |
Name | Description | |
---|---|---|
CalculateY | Fires whenever the function value is calculated. |