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

注釈

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

注意

このプロパティは、 全体に適用できます LegendItem

適用対象