[]
Gets or sets the function calculating y-value of data point.
public Func<double, double> YFunction { get; set; }
Public Property YFunction As Func(Of Double, Double)