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