共用方式為


LegendItem.Cells 屬性

定義

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

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

表示圖例項目中儲存格之集合的 LegendCellCollection 物件。

備註

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

注意

這個屬性適用于整個 LegendItem

適用於