Appends the specified text to the Rft string using the specified color and the object default font. Transparent colors cannot be used by an Rtf rendering.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void AppendRtfText(
	string Text,
	Color Color
)
Visual Basic
Public Sub AppendRtfText ( _
	Text As String, _
	Color As Color _
)

Parameters

Text
Type: System..::..String
Text string to be appended to existing Rtf.
Color
Type: System.Drawing..::..Color
ForeColor of the appended text.

See Also