See Also

Text Class  | Text Members

Language

Visual Basic

C#

Show All

style
Specifies the text output style.
anchorPoint
Specifies the text anchor point.
textValue
Specifies the text string.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Text Constructor

Initializes a new instance of the Text class.

[Visual Basic]
Public Function New( _    ByVal style As TextStyle, _    ByVal anchorPoint As PointF, _    ByVal textValue As String _ )
[C#]
public Text(    TextStyle style,    PointF anchorPoint,    string textValue );

Parameters

style
Specifies the text output style.
anchorPoint
Specifies the text anchor point.
textValue
Specifies the text string.

See Also

Text Class  | Text Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.