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