ActiveReports Developer 7
DisplayInLegend Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Series Class : DisplayInLegend Property

Glossary Item Box

Gets or sets a value indicating whether the Series is displayed in the graph legend.

Syntax

Visual Basic (Declaration) 
Public Property DisplayInLegend As System.Boolean
C# 
public System.bool DisplayInLegend {get; set;}

Property Value

Boolean. True if the Series is displayed in the graph legend; otherwise False.

See Also