ActiveReports.Chart Request technical support
Text Property
See Also 


Gets or sets the text as string to display in the legend.

Syntax

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

Remarks

To display the X value in the legend, set the LegendText property on the Series to "{Name}."

See Also