PivotChartDataSourceRow.RowValueInfo Property
Gets information about the row field value that corresponds to the current datasource row.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotFieldValueEventArgs | A PivotFieldValueEventArgs object that contains information about the row field value that corresponds to the current datasource row. |
Remarks
The returned PivotFieldValueEventArgs object allows you to identify the field value, its position, etc.
The main members exposed by the PivotFieldValueEventArgs object are listed in the following table.
Gets the field being processed. | |
Gets the column field or row field value which the currently processed column/row header corresponds to. | |
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. | |
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. | |
Gets the data field that identifies the processed value. | |
Returns the parent field(s) for the field value being currently processed. | |
Returns the value of a specific parent field corresponding to the field value currently being processed. |
To obtain information about the column field value that corresponds to the current datasource row, use PivotChartDataSourceRow.ColumnValueInfo property. To obtain information about the corresponding cell, use the PivotChartDataSourceRow.CellInfo property.
To specify the series, argument and value of a chart point that will represent the current datasource row, use the PivotChartDataSourceRowBase.Series, PivotChartDataSourceRowBase.Argument and PivotChartDataSourceRowBase.Value properties respectively.