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

注解

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

备注

此属性适用于整个 LegendItem

适用于