Share via


LegendItem.Cells 屬性

定義

取得圖例項目中資料格的集合。

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

屬性值

LegendCellCollection 物件。

屬性

備註

圖例專案是由一或多個圖例資料格所組成,每個儲存格都是由 LegendCell 物件表示,並儲存在 中 LegendCellCollection

注意

此屬性適用于整個 LegendItem

適用於