LegendItem.Cells Propiedad

Definición

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

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 propiedad

Objeto LegendCellCollection que representa la colección de celdas del elemento de leyenda.

Comentarios

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

Note

Esta propiedad es aplicable a toda LegendItemla propiedad .

Se aplica a