Compartilhar via


Chart.Legends Propriedade

Definição

Obtém ou define um objeto LegendCollection usado para armazenar todos os objetos Legend usados pelo controle 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 da propriedade

LegendCollection

Um objeto LegendCollection usado para armazenar todos os objetos Legend.

Atributos

Comentários

Essa propriedade de coleção armazena todos os Legend objetos usados pelo Chart controle.

Aplica-se a