PivotCustomChartDataSourceRowsEventArgs.CreateRow(Object, Object, Object) Method
Creates a PivotChartDataSourceRow instance that specifies a chart's series point with the specified argument, series and value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
series | Object | The point's series. This value is assigned to the Pivot |
argument | Object | The point's argument. This value is assigned to the Pivot |
value | Object | The point's value. This value is assigned to the Pivot |
#Returns
Type | Description |
---|---|
Pivot |
The created Pivot |
#Remarks
The CreateRow method creates a chart datasource row. Use this method to add a new row to the collection accessed via the PivotCustomChartDataSourceRowsEventArgs.Rows property. To do this, pass the created PivotChartDataSourceRow instance to the Rows.Add or Rows.Insert method.