FullSeriesCollection.Parent Property

Definition

Returns an Object that represents the parent object of the specified FullSeriesCollection object. Read-only.

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

Property Value

Remarks

Typically the chart to which this FullSeriesCollection object belongs is returned as the parent.

Applies to