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

Glossary Item Box

Gets or sets the chart legend.

Syntax

Visual Basic (Declaration) 
Public Property Legend As Legend
C# 
public Legend Legend {get; set;}

Property Value

A Legend object representing the chart's legend.

See Also