Series.Legend Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom de la série associée à l'objet Legend.
public:
property System::String ^ Legend { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.SeriesLegendNameConverter))]
public string Legend { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.SeriesLegendNameConverter))>]
member this.Legend : string with get, set
Public Property Legend As String
Valeur de propriété
Nom d'un objet Legend.
- Attributs
Remarques
Lorsqu’une série est ajoutée au moment de la conception et au moment de l’exécution, elle est automatiquement affectée à l’objet par défaut Legend .
Si vous ne souhaitez pas que la série s’affiche dans une légende, définissez cette propriété sur une chaîne de longueur nulle ou définissez la IsVisibleInLegend propriété sur false
.