Dundas Chart for ASP.NET
GetYValue Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.ChartTypes Namespace > FastPointChart Class : GetYValue Method


common
Chart common elements.
area
Chart area the series belongs to.
series
Sereis of the location.
point
Point object.
pointIndex
Index of the location.
yValueIndex
Index of the Y value to get.
Helper function, which returns the Y value of the location.

Syntax

Visual Basic (Declaration)  
Public Overridable Function GetYValue( _
   ByVal common As CommonElements, _
   ByVal area As ChartArea, _
   ByVal series As Series, _
   ByVal point As DataPoint, _
   ByVal pointIndex As Integer, _
   ByVal yValueIndex As Integer _
) As Double
Visual Basic (Usage) Copy Code
Dim instance As FastPointChart
Dim common As CommonElements
Dim area As ChartArea
Dim series As Series
Dim point As DataPoint
Dim pointIndex As Integer
Dim yValueIndex As Integer
Dim value As Double
 
value = instance.GetYValue(common, area, series, point, pointIndex, yValueIndex)
C#  
public virtual double GetYValue( 
   CommonElements common,
   ChartArea area,
   Series series,
   DataPoint point,
   int pointIndex,
   int yValueIndex
)

Parameters

common
Chart common elements.
area
Chart area the series belongs to.
series
Sereis of the location.
point
Point object.
pointIndex
Index of the location.
yValueIndex
Index of the Y value to get.

Return Value

Y value of the location.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.