Class
PivotChartItemsCollection

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

IEnumerable<PivotChartItem>

Name

Gets the Name.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

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

PivotChartItemsCollection

The PivotChartItemsCollection to compare with the current PivotChartItemsCollection.

Returns

bool

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

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()