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

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

    Parameters

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