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

In This Topic
    AppendRtfText(String,Color) Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Overloads Sub AppendRtfText( _
       ByVal Text As System.String, _
       ByVal Color As System.Drawing.Color _
    ) 
    public void AppendRtfText( 
       System.string Text,
       System.Drawing.Color Color
    )

    Parameters

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