LegendItem.Cells Propiedad

Definición

Obtiene la colección de celdas del elemento de leyenda.

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 de propiedad

LegendCellCollection

Un objeto LegendCellCollection.

Atributos

Comentarios

Un elemento de leyenda consta de una o varias celdas de leyenda, cada una representada por un LegendCell objeto y almacenada en LegendCellCollection .

Nota

Esta propiedad es aplicable a todo LegendItem el .

Se aplica a