|
|
|
|
|
- Displaying the title
- Manual positioning of the title: <Chart>.Title without effect
- Languages that use a non-Latin character set
<Chart>.Title (Function) In french: <Graphe>.Titre Modifies the caption and/or position of the chart title. Example of title in a chart: The chart used can be: - a chart created through programming (grCreate).
- a Chart control in the window editor, page editor or report editor.
Remark: A chart has no title by default.
// Modification du libellé et de la position du titre du graphe GRF_MonGraphe GRF_MonGraphe.Titre("Évolution du Chiffre d'affaires", grEnHaut) Syntax
<Chart control>.Title([<Title> [, <Position>]])
<Chart control>: Control name Name of the Chart control to use (in the window, page or report editor).
<Title>: Optional character string Chart title. <Position>: Optional constant Indicates the title position: | | grAtBottom | Title displayed at the bottom of chart. | grAtTop | Title displayed at the top of chart. | grNone | No title. |
Remarks Displaying the title The modifications performed by <Chart>.Title will be taken into account during the next call to <Chart>.Draw. Manual positioning of the title: <Chart>.Title without effect <Chart>.Title has no effect if the title of the chart is positioned manually ("Manual positioning" in the chart title window). Languages that use a non-Latin character set <Chart>.Title will use the selected non-Latin character set only if the associated project configuration uses UNICODE strings at runtime. To check the selected option in the current configuration: - On the "Project" tab, in the "Project configuration" group, click "Current configuration".
- Go to the "Unicode" tab: "Use UNICODE strings at runtime" must be checked.
- Validate if necessary.
Related Examples:
|
Training (WINDEV): WD Chart
[ + ] This example presents the different uses of the Chart control. Different types of charts are presented: - Pie - Sunburst - Line - Scatter - Column - Area - etc. The main features presented here are the possibility to customize of charts from the code, as well as to fill the chart from an HFSQL data file, or in the editor.
|
|
Unit examples (WINDEV): The Chart functions
[ + ] Using the main chart designer features of WINDEV: - Create a Pie, Column or Line chart - Define the display area of a chart - Define the chart options (legend, percentage, ...) - Draw a line on a chart
|
|
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|