Condividi tramite


LegendItem.Cells Proprietà

Definizione

Ottiene l'insieme di celle dell'elemento della 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

Valore della proprietà

Un oggetto LegendCellCollection.

Attributi

Commenti

Un elemento della legenda è costituito da una o più celle della legenda, ognuna rappresentata da un LegendCell oggetto e archiviata in un oggetto LegendCellCollection.

Nota

Questa proprietà è applicabile all'intero LegendItemoggetto .

Si applica a