PivotChartDataSourceRow Properties
A row in the datasource passed to the chart control.Name | Description |
---|---|
Argument | Gets or sets the argument of a chart point that will represent the current datasource row. Inherited from PivotChartDataSourceRowBase. |
CellInfo | Gets information about a pivot grid cell that corresponds to the current datasource row. |
ColumnValueInfo | Gets information about the column field value that corresponds to the current datasource row. |
RowValueInfo | Gets information about the row field value that corresponds to the current datasource row. |
Series | Gets or sets the series of a chart point that will represent the current datasource row. Inherited from PivotChartDataSourceRowBase. |
Value | Gets or sets the value of a chart point that will represent the current datasource row. Inherited from PivotChartDataSourceRowBase. |
See Also