ActiveReports.Chart Request technical support
Text Property
See Also 


Gets or sets the text string that is displayed in the text bar.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As AnnotationTextBar
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public string Text {get; set;}

See Also