PivotGridWebOptionsChartDataSource(PivotGridWebData) Constructor
Initializes a new instance of the PivotGridWebOptionsChartDataSource class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
data | DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData | A DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData object. |
Remarks
Instances of the PivotGridWebOptionsChartDataSource class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.
See Also