Class PivotChartItem
Defines a pivot chart item with Value, full path from rows and full path from columns.
Inheritance
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class PivotChartItem : Object, 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
public string NameX { get; }
Property Value
System.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
public string NameY { get; }
Property Value
System.String
|
Value
Gets the value of the specific cell.
Declaration
public object Value { get; }
Property Value
System.Object
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(PivotChartItem)
Determines whether the specified PivotChartItem is equal to the current PivotChartItem.
Declaration
public bool Equals(PivotChartItem other)
Parameters
PivotChartItem
other
The PivotChartItem to compare with the current PivotChartItem. |
Returns
System.Boolean
true if the specified PivotChartItem is equal to the current PivotChartItem; otherwise, false. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|