ComponentOne Chart for .NET (2.0) Search HelpCentral 

Title.AppendRtfText Method

Overload List

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.

[Visual Basic] Overloads Public Sub AppendRtfText(String, Color)

[C#] public void AppendRtfText(string, Color);

[Delphi] public  procedure AppendRtfText(String; Color); overload;

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(String, Font)

[C#] public void AppendRtfText(string, Font);

[Delphi] public  procedure AppendRtfText(String; Font); overload;

Appends the specified text to the Rft string using the specified color and font. Transparent colors cannnot be used for an Rtf rendering.

[Visual Basic] Overloads Public Sub AppendRtfText(String, Color, Font)

[C#] public void AppendRtfText(string, Color, Font);

[Delphi] public  procedure AppendRtfText(String; Color; Font); overload;

Appends the specified text to the Rft string using the specified color, font and alignment. Transparent colors cannnot be used for an Rtf rendering.

[Visual Basic] Overloads Public Sub AppendRtfText(String, Color, Font, HorizontalAlignment)

[C#] public void AppendRtfText(string, Color, Font, HorizontalAlignment);

[Delphi] public  procedure AppendRtfText(String; Color; Font; HorizontalAlignment); overload;

See Also

Title Class | Title Members | C1.Win.C1Chart Namespace


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