Skip to main content

PivotGridSettings.CustomChartDataSourceData Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PivotCustomChartDataSourceDataEventHandler CustomChartDataSourceData { get; set; }

Property Value

Type Description
PivotCustomChartDataSourceDataEventHandler

A PivotCustomChartDataSourceDataEventHandler delegate method allowing you to implement custom processing.

See Also