Converts x data value to the control coordinate.

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

Syntax

C#
public double ConvertX(
	double x
)
Visual Basic
Public Function ConvertX ( _
	x As Double _
) As Double

Parameters

x
Type: System..::..Double
X data value

Return Value

Value in control coordinates corresponding to given data value.

See Also