Xceed Chart for WinForms v4.4 Documentation
GetDataScheme Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataBindingManager Class : GetDataScheme Method
Gets the data scheme of the data source at the specific index.
Syntax
'Declaration
 
Public Function GetDataScheme( _

   ByVal nDataSourceIndex As Integer _

) As DataSet
'Usage
 
Dim instance As DataBindingManager

Dim nDataSourceIndex As Integer

Dim value As DataSet

 

value = instance.GetDataScheme(nDataSourceIndex)
public DataSet GetDataScheme( 

   int nDataSourceIndex

)

Parameters

nDataSourceIndex
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

DataBindingManager Class
DataBindingManager Members