Version

OwningSeries Property

Returns or sets a reference to the owning Series. Applicable only for a line series in a Pareto chart.
Syntax
'Declaration
 
Public Property OwningSeries As Series
public Series OwningSeries {get; set;}
Remarks

This property is only applicable for Series contained within a Pareto chart.

If the ChartType property of this series, as well as that of the associated chart, are not both set to 'Pareto', an exception is thrown.

If the value assigned to this property has a ChartType of any value other than 'ClusteredColumn', an exception is thrown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also