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に格納されます。
Note
このプロパティは、 LegendItem全体に適用されます。