Creates a text object at the specified bar.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void SetBarText(
	BarData bar,
	string barText
)
Visual Basic (Declaration)
Public Sub SetBarText ( _
	bar As BarData, _
	barText As String _
)
Visual C++
public:
void SetBarText(
	BarData^ bar, 
	String^ barText
)

Parameters

bar
Type: RightEdge.Common..::.BarData
Bar where the text begins.
barText
Type: System..::.String
String containing the text to draw.

See Also