ActiveReports.Chart Request technical support
LegendItems Property
See Also 


Gets the custom legend items collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LegendItems As LegendItemsCollection
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As LegendItemsCollection
 
value = instance.LegendItems
C# 
public LegendItemsCollection LegendItems {get;}

See Also