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