PivotChartDataSourceRowBase.Argument Property
Gets or sets the argument of a chart point that will represent the current datasource row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Object | The argument of a chart point that will represent the current datasource row. |
Remarks
To specify the series and value of this point, use the PivotChartDataSourceRowBase.Series 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 the corresponding column and row field values.