ActiveReports Developer 7
Label Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DynamicCategoriesSeries Class : Label Property

Glossary Item Box

Gets or sets the label displayed on the legend.

Syntax

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

Property Value

An ExpressionInfo object indicating the label displayed on the legend.

See Also