Gets or sets the function calculating x-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> XFunction { get; set; }
Visual Basic
Public Property XFunction As Func(Of Double, Double)
	Get
	Set

See Also