Skip to main content

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

public event PivotCustomChartDataSourceDataEventHandler CustomChartDataSourceData

#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
CellInfo Gets an object which contains information about a PivotGrid control's cell, whose value should be displayed in a ChartControl.
FieldValueInfo Gets an object which contains information about a field value to be displayed in a ChartControl.
ItemDataMember Gets the type of a chart data member that will represent the current pivot grid item.
ItemType Gets the type of a PivotGrid control's item to be represented in a ChartControl.
Value Gets or sets a value to be displayed in a ChartControl.
See Also