Język

LegendItem.Cells Właściwość

Definicja

Pobiera kolekcję komórek w elemencie 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

Wartość właściwości

LegendCellCollection Obiekt reprezentujący kolekcję komórek w elemencie legendy.

Uwagi

Element legendy składa się z co najmniej jednej komórki legendy, z których każdy jest reprezentowany przez LegendCell obiekt i przechowywany w obiekcie LegendCellCollection.

Note

Ta właściwość ma zastosowanie do całego LegendItemobiektu .

Dotyczy