Skip to main content

PivotGridWebOptionsChartDataSource(PivotGridWebData) Constructor

Initializes a new instance of the PivotGridWebOptionsChartDataSource class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsChartDataSource(
    PivotGridWebData data
)

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