LegendItem.Cells Propriedade

Definição

Obtém a coleção de células no item de lenda.

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

Valor de Propriedade

Um LegendCellCollection objeto que representa a coleção de células no item legendário.

Observações

Um item de legenda consiste em uma ou mais células de legenda, cada uma representada por um LegendCell objeto e armazenada num LegendCellCollection.

Note

Esta propriedade aplica-se a todo LegendItemo .

Aplica-se a