Converts y data value to the control coordinate.

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

Syntax

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

Parameters

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

Return Value

Value in control coordinates corresponding to given data value.

See Also