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

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:

C#
public sealed class PivotChartItem : INotifyPropertyChanged

Inheritance: objectPivotChartItem

Implements: INotifyPropertyChanged

Properties

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.

C#
public string NameX { get; }

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.

C#
public string NameY { get; }

Gets the value of the specific cell.

C#
public object Value { get; }

Methods

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

bool

Overrides: object.Equals(object)

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

C#
public bool Equals(PivotChartItem other)
Parameters:otherPivotChartItem

The PivotChartItem to compare with the current PivotChartItem.

Returns:

bool

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

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged