Chart.Legends Propriété

Définition

Obtient ou définit un LegendCollection objet qui stocke tous les Legend objets utilisés par le Chart contrôle.

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ Legends { System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.LegendCollection Legends { get; }
member this.Legends : System.Windows.Forms.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

Valeur de propriété

Objet LegendCollection qui contient les Legend objets utilisés par le graphique.

Remarques

Cette propriété de collection stocke tous les Legend objets utilisés par le Chart contrôle.

S’applique à