Chart.Legends Propiedad

Definición

Obtiene o establece un LegendCollection objeto que se usa para almacenar todos los Legend objetos utilizados por el Chart control.

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

Objeto LegendCollection que se usa para almacenar todos los Legend objetos.

Atributos

Comentarios

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

Se aplica a