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 对象。

属性

注解

图例项由一个或多个图例单元格组成,每个图例单元格由 一个 LegendCell 对象表示,并存储在 中 LegendCellCollection

注意

此属性适用于整个 LegendItem

适用于