PivotCustomChartDataSourceDataEventArgs Properties
Provides data for the ASPxPivotGrid.CustomChartDataSourceData event.| Name | Description |
|---|---|
| CellInfo | Gets an object which contains information about a ASPxPivotGrid control’s cell, whose value should be displayed in a WebChartControl. |
| FieldValueInfo | Gets an object which contains information about a field value to be displayed in a WebChartControl. |
| ItemDataMember | Gets the type of a chart data member that will represent the current pivot grid item. |
| ItemType | Gets a value representing the type of an ASPxPivotGrid control’s item to be represented in a WebChartControl. |
| Value | Gets or sets a value to be displayed in a WebChartControl. |
See Also