FullSeriesCollection.Parent 属性

定义

返回一个 对象 ,表示指定的 FullSeriesCollection 对象的父对象。 此为只读属性。

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public object Parent { get; }
Public ReadOnly Property Parent As Object

属性值

注解

通常,此 FullSeriesCollection 对象所属的图表作为父级返回。

适用于