Converts y-value from data to space coordinate.

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

Syntax

C#
double ConvertY(
	double y
)
Visual Basic
Function ConvertY ( _
	y As Double _
) As Double

Parameters

y
Type: System..::..Double
Y-data value.

Return Value

View coordinate.

See Also