Udostępnij za pośrednictwem


LegendItem.Cells Właściwość

Definicja

Pobiera kolekcję komórek w pozycji 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 LegendCellCollection reprezentujący kolekcję komórek w elementach legendy.

Uwagi

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

Uwaga

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

Dotyczy