ComponentOne Chart for .NET (2.0) Search HelpCentral 

Title.AppendRtfText Method (String, Color)

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( _

ByVal Text As String, _

ByVal Color As Color _

)

[C#]

public void AppendRtfText(

string Text,

Color Color

);

[Delphi]

public procedure AppendRtfText(

Text: String;

Color: Color

); overload;

Parameters

Text

Text string to be appended to existing Rtf.

Color

ForeColor 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.