PivotGridControl.CustomChartDataSourceData Event
In This Article
Occurs when a PivotGridControl prepares data to be displayed in a ChartControl.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Event Data
The CustomChartDataSourceData event's handler receives an argument of the PivotCustomChartDataSourceDataEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Cell |
Gets an object which contains information about a Pivot |
Field |
Gets an object which contains information about a field value to be displayed in a Chart |
Item |
Gets the type of a chart data member that will represent the current pivot grid item. |
Item |
Gets the type of a Pivot |
Value |
Gets or sets a value to be displayed in a Chart |
See Also