Class PivotChartLabelClickEventArgs
Provides data for label click event.
Inheritance
System.Object
PivotChartLabelClickEventArgs
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartLabelClickEventArgs : EventArgs
Constructors
PivotChartLabelClickEventArgs(Object)
Initializes the new instance of the PivotChartLabelClickEventArgs class.
Declaration
public PivotChartLabelClickEventArgs(object targetPivotMember)
Parameters
Type | Name | Description |
---|---|---|
System.Object | targetPivotMember | The target pivot member that has been clicked. |
Properties
CellDescriptor
Gets the target pivot member for label click event.
Declaration
public object CellDescriptor { get; }
Property Value
Type |
---|
System.Object |