|
|
|
|
|
- Types of charts
- Title of axes
- Languages that use a non-Latin character set
- Languages that use a non-Latin character set
<Chart>.AxisTitle (Function) In french: <Graphe>.TitreAxe Defines the title of X-axis and the title of Y-axis in a chart. Example of titles for the chart axes: Note: By default, the axes of a graph have no title.
CHART_MyChart.AxisTitle("Time", grXCoordinate)
Syntax
<Chart control>.AxisTitle(<Title> , <Axis direction>)
<Chart control>: Control name Name of the Chart control in the window, page or report editor.
<Title>: Character string Title of specified axis. <Axis direction>: Constant Orientation of axis to use: | | grSecondaryYCoordinate | Marks on secondary Y-axis (vertical axis). | grXCoordinate (default value) | Marks on X-axis (horizontal axis). | grYCoordinate | Marks on Y-axis (vertical axis). |
Remarks Types of charts Depending on the type of chart and on <Axis direction>, <Chart>.AxisTitle is taken into account or not: | | | Chart type | Horizontal axis | Vertical axis |
---|
Line chart | <Chart>.AxisTitle taken into account. | <Chart>.AxisTitle taken into account. | Stock chart (Candlestick and BarChart) | <Chart>.AxisTitle taken into account. | <Chart>.AxisTitle taken into account. | Column chart | <Chart>.AxisTitle taken into account. | <Chart>.AxisTitle taken into account. | Min/Max Stock chart | <Chart>.AxisTitle taken into account. | <Chart>.AxisTitle taken into account. | Scatter | <Chart>.AxisTitle taken into account. | <Chart>.AxisTitle taken into account. | Pie | <Chart>.AxisTitle not taken into account. | <Chart>.AxisTitle not taken into account. |
Any changes made with <Chart>.AxisTitle will take effect the next time <Chart>.Draw is called. Title of axes The title of chart axes can be displayed for the different axes.
The content of the title for the chart axes is defined by <Chart>.AxisTitle. This function can also be used to position this title according to the desired axis. You cannot define the positioning and/or the orientation of the title in relation to the axis. Languages that use a non-Latin character set Languages that use a non-Latin character set <Chart>.AxisTitle 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: - In the "Project Explorer" pane, display the context menu for the "Configurations" option and select "Description".
- Display the "Unicode" tab: the "Use UNICODE strings at runtime" option must be checked.e
- Validate if necessary.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|