Implements GetObject(String).

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

Syntax

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

Parameters

name
Type: System..::.String

See Also