Compartir a través de


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

LegendCellCollection

Un objeto de LegendCellCollection que representa la colección de celdas en el elemento de la 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 .

Nota

Esta propiedad es aplicable a toda la LegendItem .

Se aplica a