ClassPivotChartItemsCollection
Class
Represents a collection of PivotChartItem with name of the collection.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification = "Uses IEnumerable internally (and a string name) to represent a collection with name.")]
public sealed class PivotChartItemsCollection
Inheritance: objectPivotChartItemsCollection
Properties
Items
Gets a collection of PivotChartItem.
Declaration
cs-api-definition
public IEnumerable<PivotChartItem> Items { get; }
Property Value
Methods
Equals(PivotChartItemsCollection)
Determines whether the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection.
Declaration
cs-api-definition
public bool Equals(PivotChartItemsCollection other)
Parameters
other
The PivotChartItemsCollection to compare with the current PivotChartItemsCollection.
Returns
true if the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection; otherwise, false.