Partager via


Propriété ChartSeries.LegendName

Name of the legend in which this series should appear.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LegendName As String 
    Get 
    Set
'Utilisation
Dim instance As ChartSeries 
Dim value As String 

value = instance.LegendName

instance.LegendName = value
public string LegendName { get; set; }
public:
property String^ LegendName {
    String^ get ();
    void set (String^ value);
}
member LegendName : string with get, set
function get LegendName () : String 
function set LegendName (value : String)

Valeur de propriété

Type : System.String
A string value.

Voir aussi

Référence

ChartSeries Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel