ActiveReports Developer 7
LegendItems Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Legend Class : LegendItems Property

Glossary Item Box

Gets the custom legend items collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LegendItems As LegendItemsCollection
C# 
public LegendItemsCollection LegendItems {get;}

See Also