Share via


SeriesDataBinding.LegendText Property

Gets or sets the text of the series item shown in the legend.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property LegendText As String
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As String

value = instance.LegendText

instance.LegendText = value
public string LegendText { get; set; }

Property Value

Type: System.String
The String object that represents the text of the series item shown in the legend.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace