Gets or sets the function calculating y-value of data point.

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

Syntax

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

See Also