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 对象。
注解
图例项由一个或多个图例单元组成,每个单元都由 对象表示 LegendCell 并存储在 中 LegendCellCollection 。
备注
此属性适用于整个 LegendItem 。