Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapSeries Class / GetValue Method


In This Topic
GetValue Method (TreemapSeries)
In This Topic
Returns value of point
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal pointIndex As Integer _
) As Double
 
'Usage
 
Dim instance As TreemapSeries
Dim pointIndex As Integer
Dim value As Double
 
value = instance.GetValue(pointIndex)

Parameters

pointIndex
See Also