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

In This Topic
    ParametricFunction Class Members
    In This Topic

    The following tables list the members exposed by ParametricFunction.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    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 multi-line presentation of the function code for the x value calculation.  
    Public PropertyGets or sets the multi-line presentation of the function code for the y value calculation.  
    Public PropertyGets or sets the function code for the x value calculation.  
    Public PropertyGets or sets the function code for the y value calculation.  
    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 PropertyOverridden. Gets whether the function compiles correctly.  
    Public PropertyGets or sets a custom function object for the x value calculation.  
    Public PropertyGets or sets the custom function object for the y value calculation.  
    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 PropertyOverridden. Gets or sets the maximum value of the axis.  
    Public PropertyGets or sets the maximum parameter value when plotting the function.  
    Public PropertyOverridden. Gets or sets the minimum value of the axis.  
    Public PropertyGets or sets the minimum parameter value when plotting the 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 MethodPerform general cleanup. (Inherited from C1.Win.C1Chart.FunctionBase)
    Public MethodCalculates the x value of function at specified parameter t.  
    Public MethodCalculates the x values of the function at specified t values.  
    Public MethodCalculates the y value of function at specified parameter t.  
    Public MethodCalculates the y values of the function at specified t values.  
    Public MethodReturns a string that represents the current object. (Inherited from C1.Win.C1Chart.FunctionBase)
    Top
    Public Events
     NameDescription
    Public EventFires when the x value is calculated.  
    Public EventFires when the y value is calculated.  
    Top
    See Also