ComponentOne Chart for .NET (2.0) Search HelpCentral 

Title.AppendRtfText Method (String, Font)

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.

[Visual Basic]

Overloads Public Sub AppendRtfText( _

ByVal Text As String, _

ByVal Font As Font _

)

[C#]

public void AppendRtfText(

string Text,

Font Font

);

[Delphi]

public procedure AppendRtfText(

Text: String;

Font: Font

); overload;

Parameters

Text

Text string to be appended to existing Rtf.

Font

Font of the appended text.

See Also

Title Class | Title Members | C1.Win.C1Chart Namespace | Title.AppendRtfText Overload List | Title Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.