'Usage Dim instance As IChartSupportDataSource Dim index As Integer Dim value As Double value = instance.GetDoubleValue(index)
Parameters
- index
- The specified index.
Return Value
The double value of the data source at the specified index.
'Usage Dim instance As IChartSupportDataSource Dim index As Integer Dim value As Double value = instance.GetDoubleValue(index)