Gets or sets a value indicating whether the Series is displayed in the graph legend.
Syntax
'Declaration
Public Property DisplayInLegend As Boolean
public bool DisplayInLegend {get; set;}
Property Value
Boolean. True if the Series is displayed in the graph legend; otherwise False.
See Also