Udostępnij za pośrednictwem


LegendItem.Cells Właściwość

Definicja

Pobiera kolekcję komórek w pozycji legendy.

public:
 property System::Web::UI::DataVisualization::Charting::LegendCellCollection ^ Cells { System::Web::UI::DataVisualization::Charting::LegendCellCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCellCollection Cells { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Cells : System.Web.UI.DataVisualization.Charting.LegendCellCollection
Public ReadOnly Property Cells As LegendCellCollection

Wartość właściwości

LegendCellCollection

Obiekt LegendCellCollection.

Atrybuty

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