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 Pivot |
Cell |
Gets information about a pivot grid cell that corresponds to the current datasource row. |
Column |
Gets information about the column field value that corresponds to the current datasource row. |
Row |
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 Pivot |
Value |
Gets or sets the value of a chart point that will represent the current datasource row.
Inherited from Pivot |
See Also