Returns label text.

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

Syntax

C#
protected string GetTextLabel(
	Object obj
)
Visual Basic (Declaration)
Protected Function GetTextLabel ( _
	obj As Object _
) As String
Visual C++
protected:
String^ GetTextLabel(
	Object^ obj
)

Parameters

obj
Type: System..::.Object

See Also