SeriesDataBinding.ShowLegend Property
Gets or sets a flag indicating whether the legend is shown.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property ShowLegend As Boolean
Get
Set
'Usage
Dim instance As SeriesDataBinding
Dim value As Boolean
value = instance.ShowLegend
instance.ShowLegend = value
public bool ShowLegend { get; set; }
Property Value
Type: System.Boolean
true if the legend is shown; otherwise, false.