ActiveReports.Chart Request technical support
Legend Property
See Also 


Gets or sets the Legend object for the series.

Syntax

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

See Also