Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Custom Chart Integration

Page 5 of 9 (85 items)Prev123456789Next
Page 5 of 9 (85 items)Prev123456789Next
The chart showing Camembert Pierrot series, Flotemysost series, Geitost series, Gorgonzola Telino series, Gudbrandsdalsost series, Mascarpone Fabioli series, Mozzarella di Giovanni series, Queso Cabrales series, Queso Manchego La Pastora series, Raclette Courdavault series.
Pivot Grid Settings
v
+
-
Chart Settings
v

This demo illustrates how to customize data, passed from an ASPxPivotGrid to a Chart Control.

The ASPxPivotGrid provides the capability to choose whether it's necessary to pass field values to the Chart as strings or as values, thus preserving initial data types. So, in the column area field group, date-time field values are passed to the Chart as date-time values. The Chart can show data using a lot of measure units: Year, Quarter and Month, and can calculate integrals for every unit. Collapsing a column field in a column field group increases the data scale, thus decreasing the number of available chart measure units.

In addition, the ASPxPivotGrid provides the capability to customize every field and cell value passed to the chart control. This demo contains three rules of exporting row field values: 'ProductName' and 'Category/ProductName' as strings and 'Encoded Product Category' by alphabetical encoding as characters. Cell value exporting in this demo is customized to skip values that are less than the specified threshold value.


See Also:
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxPivotGridDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxPivotGridDemos