Back to Devexpress

PivotCustomChartDataSourceRowsEventArgs.Rows Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomchartdatasourcerowseventargs.md

latest2.7 KB
Original Source

PivotCustomChartDataSourceRowsEventArgs.Rows Property

Gets the collection of chart datasource rows.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public IList<PivotChartDataSourceRow> Rows { get; }
vb
Public ReadOnly Property Rows As IList(Of PivotChartDataSourceRow)

Property Value

TypeDescription
IList<PivotChartDataSourceRow>

A list of PivotChartDataSourceRow objects that specify chart datasource rows.

|

Remarks

Use the Rows property to access the collection of chart datasource records.

This collection contains PivotChartDataSourceRow objects that identify chart datasource records. Each record contains data from a specific pivot grid cell and will be represented by a series point in a chart.

Use the PivotChartDataSourceRow objects to obtain and modify the point’s argument, series and value. You can also use it to obtain information about a pivot grid cell to which this record corresponds.

To learn more, see PivotGridControl.CustomChartDataSourceRows.

See Also

CustomChartDataSourceRows

PivotChartDataSourceRow

CreateRow(Object, Object, Object)

PivotCustomChartDataSourceRowsEventArgs Class

PivotCustomChartDataSourceRowsEventArgs Members

DevExpress.Xpf.PivotGrid Namespace