Spread Windows Forms 12.0 Product Documentation
GetDoubleValue Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > IChartSupportDataSource Interface : GetDoubleValue Method
The specified index.
Gets the double value at the specified index.
Syntax
'Declaration
 
Function GetDoubleValue( _
   ByVal index As Integer _
) As Double
'Usage
 
Dim instance As IChartSupportDataSource
Dim index As Integer
Dim value As Double
 
value = instance.GetDoubleValue(index)
double GetDoubleValue( 
   int index
)

Parameters

index
The specified index.

Return Value

The double value of the data source at the specified index.
See Also

Reference

IChartSupportDataSource Interface
IChartSupportDataSource Members