Compartir a través de


Chart.Legends Propiedad

Definición

Obtiene o establece un objeto LegendCollection que se utiliza para almacenar todos los objetos Legend utilizados por el control 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

Valor de propiedad

LegendCollection

Un objeto de LegendCollection que se utiliza para almacenar todos los objetos de Legend .

Atributos

Comentarios

Esta propiedad de colección almacena todos los Legend objetos usados por el Chart control .

Se aplica a