ActiveReports.Chart Request technical support
Footer Property
See Also 


Gets or sets the footer title for the Legend.

Syntax

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

See Also