Back to Devexpress

PivotChartDataSourceRowBase.Series Property

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

latest2.6 KB
Original Source

PivotChartDataSourceRowBase.Series Property

Gets or sets the series 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 Series { get; set; }
vb
Public Property Series As Object

Property Value

TypeDescription
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

Argument

Value

Integrate the Pivot Grid with the Chart Control

PivotChartDataSourceRowBase Class

PivotChartDataSourceRowBase Members

DevExpress.XtraPivotGrid Namespace