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

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 objektem LegendCell a uložena v objektu LegendCellCollection.

Note

Tato vlastnost se vztahuje na celou LegendItemvlastnost .

Platí pro