ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Chart control / Types of charts
  • Overview
  • How to?
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The Stock charts are used to represent the variations in the values of shares. There are three types of Stock charts:
  • candlestick:
    Candlestick chart
  • barcharts:
    Barcharts
  • minmax:
    MinMax chart
How to?
To create a stock chart in a Chart control:
  1. Create a Chart control: on the "Creation" tab, in the "Graphic controls" group, click "Chart".
  2. In the "Series" tab of the control description window, create four series in the following order:
    • Series 1: Minimum values of the session.
    • Series 2: Maximum values of the session.
    • Series 3: Values at the beginning of session.
    • Series 4: Values at the end of session.
  3. The color assigned to the first series will be the one used for the Stock chart. The colors assigned to the other series will be ignored.
  4. For the Japanese Candlestick charts, you can define the color of a bullish candlestick in the "Style" tab of the control description window.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/15/2024

Send a report | Local help