'Declaration Public Shared Function CreateAdapter( _ ByVal data As Object, _ ByVal dataMember As String, _ ByVal cm As Object, _ ByVal relationName As String _ ) As IChartData
public static IChartData CreateAdapter( object data, string dataMember, object cm, string relationName )
Please see the IChartData interface for more information.
An adapter can be automatically generated for an XML document represented in a string filename provided as the data argument. The following must be true:
This method can also furnish an adapter when data is a System.IO.StreamReader containing comma-separated values (CSV).
Target Platforms: Windows 10, Windows 8.1, Windows 8, 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