LegendItem.Cells 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得圖例項目中資料格的集合。
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
屬性值
- 屬性
備註
圖例專案是由一或多個圖例資料格所組成,每個儲存格都是由 LegendCell 物件表示,並儲存在 中 LegendCellCollection 。
注意
此屬性適用于整個 LegendItem 。