The Yfunction class is used to describe simple functions defined explicitly by equations of the form y(x) = f(x).

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public class YFunction : FunctionBase, ICloneable
Visual Basic
Public Class YFunction _
	Inherits FunctionBase _
	Implements ICloneable

Inheritance Hierarchy

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

See Also