ActiveReports.Chart Request technical support
LegendItemsMode Property
See Also 


Gets or sets the mode used to display legend items.

Syntax

Visual Basic (Declaration) 
Public Property LegendItemsMode As LegendMode
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As LegendMode
 
instance.LegendItemsMode = value
 
value = instance.LegendItemsMode
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