git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
8 lines
681 B
Plaintext
8 lines
681 B
Plaintext
In this demo you can see how the ChartView can be used to show data from a detail dataset for each master row.
|
|
|
|
The MaxDetailHeight property of the master level is used to limit the maximum height of the detail ChartView (by default it uses all the available space).
|
|
|
|
Take a look at the custom hint for chart values (columns) on the Orders page. It shows information about the order under the mouse cursor. This is retrieved from several datasets and hidden series.
|
|
|
|
On the Products page you can see a ChartView connected to a query using the DetailInSQLMode option of the data controller. The VaryColorsByCategory feature was used to show each column with different color.
|