Creates a text object at the specified bar using the specified font.

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 text,
	Font font
)
Visual Basic (Declaration)
Public Sub SetBarText ( _
	bar As BarData, _
	text As String, _
	font As Font _
)
Visual C++
public:
void SetBarText(
	BarData^ bar, 
	String^ text, 
	Font^ font
)

Parameters

bar
Type: RightEdge.Common..::.BarData
Bar where the text begins.
text
Type: System..::.String
String containing the text to draw.
font
Type: System.Drawing..::.Font
Font instance to draw this text in.

See Also