Intersoft ClientUI Documentation
GetData Method (IDataProvider)



The axis to retrieve the data for.
Retrieves the data to be plotted on the axis.
Syntax
Function GetData( _
   ByVal axis As IDataConsumer _
) As IEnumerable(Of Object)
Dim instance As IDataProvider
Dim axis As IDataConsumer
Dim value As IEnumerable(Of Object)
 
value = instance.GetData(axis)

Parameters

axis
The axis to retrieve the data for.

Return Value

The data to plot on the axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDataProvider Interface
IDataProvider Members

Send Feedback