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 オブジェクト。

注釈

凡例項目は 1 つ以上の凡例セルで構成され、それぞれが LegendCell オブジェクトによって表され、 LegendCellCollectionに格納されます。

Note

このプロパティは、 LegendItem全体に適用されます。

適用対象