Appends the specified text to the Rtf string using the
specified color and font. Transparent colors cannot
be used for an Rtf rendering.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public void AppendRtfText( string Text, Color Color, Font Font ) |
Visual Basic |
---|
Public Sub AppendRtfText ( _ Text As String, _ Color As Color, _ Font As Font _ ) |
Parameters
- Text
- Type: System..::..String
Text string to be appended to existing Rtf.
- Color
- Type: System.Drawing..::..Color
ForeColor of the appended text.
- Font
- Type: System.Drawing..::..Font
Font of the appended text.