Sdílet prostřednictvím


LegendItem.Cells Vlastnost

Definice

Získá kolekci buněk v položce 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

Hodnota vlastnosti

Objekt LegendCellCollection .

Atributy

Poznámky

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

Poznámka

Tato vlastnost se vztahuje na celý LegendItemobjekt .

Platí pro