Skip to main content
A newer version of this page is available.
All docs
V19.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