2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / YFunction Class
Properties Methods Events

In This Topic
    YFunction Class Members
    In This Topic

    The following tables list the members exposed by YFunction.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the maximum X value is calculated automatically.  
    Public PropertyGets or sets whether the minimum X value is calculated automatically.  
    Public PropertyGets the string descriptions of any compiler errors. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets the programming language used for compiling (C# or VB). (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets the function code.  
    Public PropertyGets or sets whether the code will be compiled as formula, a method or as full compile unit. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets whether the function compiles correctly. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets a user-defined custom function object.  
    Public PropertyGets or sets the label of the function. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets whether the function will be shown in legend. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets the line style used for plotting the function. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets the maximum X value of the plotted function.  
    Public PropertyGets or sets the minimum X value of the plotted function.  
    Public PropertyGets or sets the method used for plotting the function. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets the number of points used when plotting the function. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets whether the function is plotted over or behind data series plots. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public PropertyGets or sets whether the function plot is visible. (Inherited from C1.Win.C1Chart.FunctionBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Win.C1Chart.FunctionBase)
    Public MethodCalculates the value of the function at specified X value.  
    Public MethodCalculates the values of the function at specified X values.  
    Public Method (Inherited from C1.Win.C1Chart.FunctionBase)
    Top
    Public Events
     NameDescription
    Public EventFires whenever the function value is calculated.  
    Top
    See Also