ActiveReports.Chart Request technical support
LegendText Property
See Also 


Gets or sets the text that will be displayed for the series in the legend.

Syntax

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

See Also