FarPoint.Win.Chart アセンブリ > FarPoint.Win.Chart 名前空間 > SunburstSeries クラス : GetValue メソッド |
'Declaration
Public Function GetValue( _ ByVal pointIndex As Integer _ ) As Double
'使用法
Dim instance As SunburstSeries Dim pointIndex As Integer Dim value As Double value = instance.GetValue(pointIndex)
public double GetValue( int pointIndex )