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

Glossary Item Box

Gets or sets the mode used to display legend items.

Syntax

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

Remarks

The default value is Auto, which specifies that legend items be displayed as points for one figure charts (e.g., doughnut, pyramid, and funnel) and series for all others.

See Also