PivotGridSettings.CustomChartDataSourceData Property
In This Article
Occurs when a PivotGrid prepares data to be displayed in a Chart extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotCustomChartDataSourceDataEventHandler CustomChartDataSourceData { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also