Back to Devexpress

PivotChartDataSourceRowBase.Argument Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotchartdatasourcerowbase.md

latest2.6 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public object Argument { get; set; }
vb
Public Property Argument As Object

Property Value

TypeDescription
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.

See Also

Series

Value

Integrate the Pivot Grid with the Chart Control

PivotChartDataSourceRowBase Class

PivotChartDataSourceRowBase Members

DevExpress.XtraPivotGrid Namespace