2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Title Class / AppendRtfText Method / AppendRtfText(String,Color,Font) Method
Text string to be appended to existing Rtf.
ForeColor of the appended text.
Font of the appended text.

In This Topic
    AppendRtfText(String,Color,Font) Method
    In This Topic
    Appends the specified text to the Rtf string using the specified color and font. Transparent colors cannot be used for an Rtf rendering.
    Syntax
    'Declaration
     
    Public Overloads Sub AppendRtfText( _
       ByVal Text As System.String, _
       ByVal Color As System.Drawing.Color, _
       ByVal Font As System.Drawing.Font _
    ) 
    public void AppendRtfText( 
       System.string Text,
       System.Drawing.Color Color,
       System.Drawing.Font Font
    )

    Parameters

    Text
    Text string to be appended to existing Rtf.
    Color
    ForeColor of the appended text.
    Font
    Font of the appended text.
    See Also