ActiveReports.Chart Request technical support
Legends Property
See Also 


Gets or sets the legend object for the Chart control.

Syntax

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

See Also