ActiveReports.Chart Request technical support
DisplayInLegend Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property DisplayInLegend As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Boolean
 
instance.DisplayInLegend = value
 
value = instance.DisplayInLegend
C# 
public bool DisplayInLegend {get; set;}

Return Value

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

See Also