Dundas Chart for ASP.NET
GetDataSourceMemberNames Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Design Namespace > DundasChartDesignerDataProvider Interface : GetDataSourceMemberNames Method


source
The data source
usedForYValue
True if is used for Y series value
Returns array list with field names from given datasource

Syntax

Visual Basic (Declaration)  
Function GetDataSourceMemberNames( _
   ByVal source As Object, _
   ByVal usedForYValue As Boolean _
) As ArrayList
Visual Basic (Usage) Copy Code
Dim instance As DundasChartDesignerDataProvider
Dim source As Object
Dim usedForYValue As Boolean
Dim value As ArrayList
 
value = instance.GetDataSourceMemberNames(source, usedForYValue)
C#  
ArrayList GetDataSourceMemberNames( 
   object source,
   bool usedForYValue
)

Parameters

source
The data source
usedForYValue
True if is used for Y series value

Return Value

A array list with strings as field names

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.