Version

OwningSeries Property

Returns or sets a reference to the owning Series. Applicable only for a line series in a Pareto chart.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also