Gets or sets the delegate that defines function.

Namespace:  C1.Silverlight.Chart.Extended
Assembly:  C1.Silverlight.Chart.Extended (in C1.Silverlight.Chart.Extended.dll)

Syntax

C#
public Func<double, double> Function { get; set; }
Visual Basic
Public Property Function As Func(Of Double, Double)
	Get
	Set

See Also