2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / FunctionCodeTypeEnum Enumeration

In This Topic
    FunctionCodeTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the FunctionBase.CodeType property in the FunctionBase.
    Syntax
    'Declaration
     
    Public Enum FunctionCodeTypeEnum 
       Inherits System.Enum
    public enum FunctionCodeTypeEnum : System.Enum 
    Members
    MemberDescription
    FormulaCode text represents expression
    MethodCode text represents body of method
    UnitCode text represents code unit
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.FunctionCodeTypeEnum

    See Also