LegendItem.Cells プロパティ

定義

凡例項目内のセルのコレクションを取得します。

public:
 property System::Web::UI::DataVisualization::Charting::LegendCellCollection ^ Cells { System::Web::UI::DataVisualization::Charting::LegendCellCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCellCollection Cells { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Cells : System.Web.UI.DataVisualization.Charting.LegendCellCollection
Public ReadOnly Property Cells As LegendCellCollection

プロパティ値

LegendCellCollection オブジェクト。

属性

注釈

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

Note

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

適用対象