Visual Basic (Declaration) | |
---|---|
Public 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) | ![]() |
---|---|
|
C# | |
---|---|
public double GetYValue( CommonElements common, ChartArea area, Series series, DataPoint point, int pointIndex, int yValueIndex ) |
Parameters
- common
- The common.
- area
- The area.
- series
- The series.
- point
- The point.
- pointIndex
- Index of the point.
- yValueIndex
- Index of the y value.
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