Chart.Legends Propiedad

Definición

Obtiene o establece un objeto LegendCollection que almacena todos los objetos Legend utilizados por el control Chart.

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ Legends { System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.LegendCollection Legends { get; }
member this.Legends : System.Windows.Forms.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

Valor de propiedad

LegendCollection

Un objeto de LegendCollection que contiene los objetos de Legend utilizados por el gráfico.

Comentarios

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

Se aplica a