ActiveReports Developer 7
ToString Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItem Class : ToString Method

Glossary Item Box

Returns a string that represents the LegendItem object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ToString() As System.String
C# 
public override System.string ToString()

See Also