Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetValueY Method
See Also 
Dundas.Charting.WebControl Namespace > DataPoint Class : GetValueY Method


yValueIndex
Y value index.
Gets on of the data points Y values by index.

Syntax

Visual Basic (Declaration)  
Public Function GetValueY( _
   ByVal yValueIndex As Integer _
) As Double
Visual Basic (Usage) Copy Code
Dim instance As DataPoint
Dim yValueIndex As Integer
Dim value As Double
 
value = instance.GetValueY(yValueIndex)
C#  
public double GetValueY( 
   int yValueIndex
)

Parameters

yValueIndex
Y value index.

Return Value

Y value

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also