Represents a function defined by a pair of equations, x(t) = f1(t) and y(t) = f2(t),
where t is an independent variable.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public class ParametricFunction : FunctionBase, ICloneable |
| Visual Basic |
|---|
Public Class ParametricFunction _ Inherits FunctionBase _ Implements ICloneable |