Class PivotChartItemsCollection
Represents a collection of PivotChartItem with name of the collection.
Inheritance
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class PivotChartItemsCollection : Object
Properties
Items
Gets a collection of PivotChartItem.
Declaration
public IEnumerable<PivotChartItem> Items { get; }
Property Value
System.Collections.Generic.IEnumerable<PivotChartItem>
|
Name
Gets the Name.
Declaration
public string Name { get; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(PivotChartItemsCollection)
Determines whether the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection.
Declaration
public bool Equals(PivotChartItemsCollection other)
Parameters
PivotChartItemsCollection
other
The PivotChartItemsCollection to compare with the current PivotChartItemsCollection. |
Returns
System.Boolean
true if the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection; otherwise, false. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|