- X and Y positions
- Column chart
grInfoXY (Function) In french: grInfoXY Versions 19 and later New in version 19 Syntax
<Result> = grInfoXY(<Chart name> , <Type of information> [, <X> , <Y>])
Remarks X and Y positions The <X> and <Y> parameters must be specified at least once. A WLanguage error occurs if the chart has changed between 2 calls to grInfoXY and if the X and Y positions are not specified. Column chart When clicking a bar of the column chart, the area taken into account will be a little bit larger (at the top and at the bottom).
Related Examples:
|
Unit examples (WINDEV): The Chart control (click management)
[ + ] Customizing the click on a Pie chart. Here, the section clicked by the user is pulled out by the application. To implement this behavior, all you have to do is use grInfoXY (to identify the section clicked) and grPiePullOut (to pull out the section).
|
|
Cross-platform examples (WINDEV Mobile): WM Click on Chart
[ + ] The "WM Click on Chart" example proposes a solution for pulling out the sections of a Pie chart via a simple click. This example includes a control template named "TPLC_PullOutChart". This control template is used to pull out the chart sections via a simple click. To include this feature in another application, all you have to do is import the "TPLC_PullOutChart" template.
|
|
Mobile (WINDEV Mobile): Pocket Click on Chart
[ + ] The "Pocket Click on Chart" example proposes a solution for pulling out the sections of a pie chart via a simple user click. This example includes a control template named "TPLC_PullOutChart". This control template is used to enable the pulling out of a chart section via a simple click. To make this feature available in another application, all you have to do is import the control template named "TPLC_PullOutChart".
|
This page is also available for…
|
|
|