Represents a collection of PivotChartItem with name of the collection.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
C#
public sealed class PivotChartItemsCollection
Inheritance: objectPivotChartItemsCollection
Properties
Gets a collection of PivotChartItem.
C#
public IEnumerable<PivotChartItem> Items { get; }
Methods
Determines whether the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection.
C#
public bool Equals(PivotChartItemsCollection other)
The PivotChartItemsCollection to compare with the current PivotChartItemsCollection.
Returns:true if the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection; otherwise, false.