2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / YFunction Class / CustomFunction Property

In This Topic
    CustomFunction Property
    In This Topic
    Gets or sets a user-defined custom function object.
    Syntax
    'Declaration
     
    Public Property CustomFunction As ISimpleFunction
    public ISimpleFunction CustomFunction {get; set;}
    Remarks
    To obtain complete control of the Yfunction calculation, a class inheriting from ISimpleFunction can be implemented and instantiated. After the CustomFunction property is set to an instance of such a class object, the chart will plot the user-defined YFunction with the appropriate styles and legend entry.
    See Also