Chart |
public class ChartSource
The ChartSource type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartSource(Double, Double, FuncDouble, Double) | Creates a new ChartSource with a predefined resolution. | |
| ChartSource(Double, Double, Int32, FuncDouble, Double) | Contains the information necessary to plot a function, including the range of x values, the resolution, and the function itself. |
| Name | Description | |
|---|---|---|
| Function | The function to plot. | |
| HighX | High X bound. | |
| LowX | Low X bound. | |
| Resolution | Number of points to plot. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetSpline | Creates a spline interpolation of the function defined by this ChartSource. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |