Converts x-value from data to space coordinate.

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

Syntax

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

Parameters

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

Return Value

View coordinate.

See Also