Compartilhar via


LegendItem.Cells Propriedade

Definição

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

public:
 property System::Web::UI::DataVisualization::Charting::LegendCellCollection ^ Cells { System::Web::UI::DataVisualization::Charting::LegendCellCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCellCollection Cells { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Cells : System.Web.UI.DataVisualization.Charting.LegendCellCollection
Public ReadOnly Property Cells As LegendCellCollection

Valor da propriedade

LegendCellCollection

Um objeto LegendCellCollection.

Atributos

Comentários

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

Observação

Essa propriedade é aplicável a todo o LegendItem .

Aplica-se a