Skip to main content
All docs
V20.1

PivotCustomChartDataSourceDataEventArgs Constructors

Provides data for the PivotGridControl.CustomChartDataSourceData event.
Name Parameters Description
PivotCustomChartDataSourceDataEventArgs(PivotChartItemType, PivotChartItemDataMember, PivotFieldValueItem, PivotGridCellItem, Object) itemType, itemDataMember, fieldValueItem, cellItem, value Initializes a new instance of the PivotCustomChartDataSourceDataEventArgs class with the specified settings.
See Also