Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotChartDataSourceRow Properties
Show Inherited Hide Inherited

A row in the datasource passed to the chart control.
Name Description
Argument Gets or sets the argument of a chart point that will represent the current datasource row. Inherited from PivotChartDataSourceRowBase.
CellInfo Gets information about a pivot grid cell that corresponds to the current datasource row.
ColumnValueInfo Gets information about the column field value that corresponds to the current datasource row.
RowValueInfo Gets information about the row field value that corresponds to the current datasource row.
Series Gets or sets the series of a chart point that will represent the current datasource row. Inherited from PivotChartDataSourceRowBase.
Value Gets or sets the value of a chart point that will represent the current datasource row. Inherited from PivotChartDataSourceRowBase.
See Also