Partage via


Chart.Legends Propriété

Définition

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

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é

LegendCollection

Objet de LegendCollection qui contient les objets de Legend 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 à