ComponentOne Chart for .NET (2.0) Search HelpCentral 

YFunction.CustomFunction Property

Gets or sets a user-defined custom function object.

[Visual Basic]

Public Property CustomFunction As ISimpleFunction

[C#]

public ISimpleFunction CustomFunction {get;set;}

[Delphi]

public property CustomFunction: ISimpleFunction read get_CustomFunction write set_CustomFunction;

Remarks

To obtain complete control of the Yfunction calculation, a class inheriting from ISimpleFunction can be implemented and instatiated. 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

YFunction Class | YFunction Members | C1.Win.C1Chart Namespace | YFunction Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.