|
|
|
|
- Creating and drawing a chart through programming
- Changing destination
grDestinationControl (Function) In french: grDestinationChamp Defines an Image control as destination of a chart. Remarks: - This function cannot be used with the Chart controls.
- This function cannot be used in the report editor.
// Define the "IMG_ChartImage" control as destination of "MyChart" grDestinationControl("MyChart", IMG_ChartImage)
Syntax
grDestinationControl(<Chart name> , <Image control>)
<Chart name>: Character string Name of chart to use, defined by grCreate. <Image control>: Control name Name of the Image control where the chart will be drawn. Remarks Creating and drawing a chart through programming To draw a chart: Next time grDraw is called, the chart will be drawn inside <Image control>. Another image can be associated with this control: the drawing of the chart will be stacked in front of the image.
Related Examples:
|
Unit examples (WEBDEV): The Chart functions
[ + ] This example presents the main features of the chart designer of WEBDEV and it allows you to: - Create a chart: Pie, Column or Line - Define the display area of a chart - Define the options of the chart (legend, percentage, ...)
|
|
Unit examples (WINDEV Mobile): The Chart functions
[ + ] Using the Chart functions: - create a Pie, Column or Line chart by programming - define the chart options (legend, percentage, ...)
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|