[]
        
(Showing Draft Content)

C1.Win.C1Chart.YFunction.CustomFunction

CustomFunction Property

CustomFunction

Gets or sets a user-defined custom function object.

Declaration
[Browsable(false)]
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