Partager via


Chart.Legends Propriété

Définition

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

public:
 property System::Web::UI::DataVisualization::Charting::LegendCollection ^ Legends { System::Web::UI::DataVisualization::Charting::LegendCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCollection Legends { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Legends : System.Web.UI.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

Valeur de propriété

LegendCollection

Objet de LegendCollection utilisé pour stocker tous les objets de Legend.

Attributs

Remarques

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

S’applique à