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.C1Chart
Assembly:  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

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..FunctionBase
    C1.Win.C1Chart..::..ParametricFunction

See Also