LegendItem.Cells Vlastnost

Definice

Získá kolekci buněk v položce legendy.

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

Hodnota vlastnosti

LegendCellCollection

Objekt, LegendCellCollection který představuje kolekci buněk v položce legendy.

Poznámky

Položka legendy se skládá z jedné nebo více buněk legendy, z nichž každá je reprezentována LegendCell objektem a uložena v LegendCellCollection objektu .

Poznámka

Tato vlastnost se vztahuje na celý LegendItem objekt .

Platí pro