Skip to main content
A newer version of this page is available. .

PivotGridSettings.CustomChartDataSourceData Property

Occurs when a PivotGrid prepares data to be displayed in a Chart extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public PivotCustomChartDataSourceDataEventHandler CustomChartDataSourceData { get; set; }

Property Value

Type Description
PivotCustomChartDataSourceDataEventHandler

A PivotCustomChartDataSourceDataEventHandler delegate method allowing you to implement custom processing.

See Also