PivotCustomChartDataSourceDataEventArgs(PivotChartItemType, PivotChartItemDataMember, PivotFieldValueItem, PivotGridCellItem, Object) Constructor
Initializes a new instance of the PivotCustomChartDataSourceDataEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotCustomChartDataSourceDataEventArgs(
PivotChartItemType itemType,
PivotChartItemDataMember itemDataMember,
PivotFieldValueItem fieldValueItem,
PivotGridCellItem cellItem,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Pivot |
A Pivot |
item |
Pivot |
A Pivot |
field |
DevExpress. |
A DevExpress. |
cell |
DevExpress. |
A DevExpress. |
value | Object | A Object specifying the value to be displayed in a chart. This value is assigned to the Pivot |
#Remarks
Instances of the PivotCustomChartDataSourceDataEventArgs class are automatically created, initialized and passed to the ASPxPivotGrid.CustomChartDataSourceData event handlers. Typically, there is no need to call this constructor directly from your code.