PivotChartDataSourceRowBase.Series Property
In This Article
Gets or sets the series of a chart point that will represent the current datasource row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | The series of a chart point that will represent the current datasource row. |
#Remarks
To specify the argument and value of this point, use the PivotChartDataSourceRowBase.Argument and PivotChartDataSourceRowBase.Value properties respectively.
You can also use the CellInfo, ColumnValueInfo and RowValueInfo properties to obtain information about a pivot grid cell from which the datasource row was created, and corresponding column and row field values.
See Also