Chart.Legends Propriété

Définition

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

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é

Objet LegendCollection utilisé pour stocker tous les Legend objets.

Attributs

Remarques

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

S’applique à