New to Telerik UI for WPFStart a free 30-day trial

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; }

Gets the Name.

C#
public string Name { get; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

Determines whether the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection.

C#
public bool Equals(PivotChartItemsCollection other)
Parameters:otherPivotChartItemsCollection

The PivotChartItemsCollection to compare with the current PivotChartItemsCollection.

Returns:

bool

true if the specified PivotChartItemsCollection is equal to the current PivotChartItemsCollection; otherwise, false.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()