PivotGridSettings.CustomChartDataSourceData Property
Occurs when a PivotGrid prepares data to be displayed in a Chart extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
PivotCustomChartDataSourceDataEventHandler | A PivotCustomChartDataSourceDataEventHandler delegate method allowing you to implement custom processing. |
See Also