Class
PivotChartItem

Defines a pivot chart item with Value, full path from rows and full path from columns.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public sealed class PivotChartItem : INotifyPropertyChanged

Inheritance: objectPivotChartItem

Implements: INotifyPropertyChanged

Properties

NameX

Gets the full path as string of the specific pivot cell ( semicolon delimited ) on rows or columns hierarchy that will represent the X axis in a chart.

Declaration

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

Property Value

string

NameY

Gets the full path as string of the specific pivot cell ( semicolon delimited ) on rows or columns hierarchy that will represent the Y axis in a chart.

Declaration

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

Property Value

string

Value

Gets the value of the specific cell.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

Methods

Equals(PivotChartItem)

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

Declaration

cs-api-definition
public bool Equals(PivotChartItem other)

Parameters

other

PivotChartItem

The PivotChartItem to compare with the current PivotChartItem.

Returns

bool

true if the specified PivotChartItem is equal to the current PivotChartItem; 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()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged