PivotCustomChartDataSourceDataEventArgs Properties
Provides data for the PivotGridControl.CustomChartDataSourceData event.| Name | 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 Control item. |
| ItemType | Gets a value representing 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