Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Object GetDataList(
	string name
)
Visual Basic (Declaration)
Public Function GetDataList ( _
	name As String _
) As Object
Visual C++
public:
virtual Object^ GetDataList(
	String^ name
) sealed

Parameters

name
Type: System..::.String

Implements

IDataContext..::.GetDataList(String)

See Also