double GetDoubleValue( int index )
'Declaration Function GetDoubleValue( _ ByVal index As Integer _ ) As Double
'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)
'Usage
Dim instance As IChartSupportDataSource Dim index As Integer Dim value As Double value = instance.GetDoubleValue(index)
IChartSupportDataSource Interface IChartSupportDataSource Members