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 オブジェクト。
注釈
凡例項目は、1 つ以上の凡例セルで構成され、それぞれが オブジェクトによって表され LegendCell 、 に格納されます LegendCellCollection 。
注意
このプロパティは、 全体に適用できます LegendItem 。