ClassPivotChartItem
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:
public sealed class PivotChartItem : INotifyPropertyChanged
Inheritance: objectPivotChartItem
Implements:
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.
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.
Methods
Equals(PivotChartItem)
Determines whether the specified PivotChartItem is equal to the current PivotChartItem.
Declaration
public bool Equals(PivotChartItem other)
Parameters
other
The PivotChartItem to compare with the current PivotChartItem.
Returns
true if the specified PivotChartItem is equal to the current PivotChartItem; otherwise, false.
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements