|
|
|
|
- Overview
- Handling the series of a Chart control
- Properties specific to the charts
- Remarks
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming. To do so, use the variable of the Chart control in the code. The variable of the Chart control corresponds to the name of the Chart control. This variable is an integer.
Handling the series of a Chart control To handle the series of a Chart control, use the following syntax:
<Chart name>[Series index].<Property name>
Properties specific to the charts The following properties are used to manage Chart controls through programming. | | AnimationDuration | Allows you to find out and modify the duration of animation for a Chart control. This property can also be used to delete the animation for a Chart control. | Count | Allows you to find out the number of series found in a chart. | Value | Allows you to find out the name of a Chart control. | Empty | Allows you to find out whether a Chart control contains no series. |
For a complete list of WLanguage properties that can be used with a Chart control, see Properties associated with a Chart control. A Chart control can be handled in a single thread. A Chart control can only be handled in the thread that created it, which means in the main thread of the window. The Chart control can only be handled in the code that is directly or indirectly run from the processes of the window and window controls.
Consequences: Two threads cannot handle the same Chart control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|