|
|
|
|
|
- Chart title
- Initializing fonts
<Chart>.TitleFont (Función) Modifies the font used for the chart title. Example of title in a chart:
GRF_MonGraphe.PoliceTitre(7)
Sintaxis
Definir la fuente utilizada para el título del gráfico Ocultar los detalles
<Chart control>.FontTitle(<Font used>)
<Chart control>: Nombre del control Name of the Chart control to use in the window, page or report editor.
<Font used>: tipo de letra Font to use. This parameter corresponds to a variable of type Font. The font characteristics have been defined with FontCreate or via the font properties.
Definición del tipo de letra utilizado para el título del gráfico (se mantiene la sintaxis por compatibilidad con versiones anteriores) Ocultar los detalles
<Chart control>.FontTitle(<Font identifier>)
<Chart control>: Nombre del control Name of the Chart control in the window, page or report editor.
<Font identifier>: Integro Font identifier, defined by grCreateFont. A WLanguage error occurs if this font does not exist. Observaciones Chart title The chart title can be displayed above or below the chart.
The content of the chart title is defined with <Chart>.Título. This function can also be used to set the position of the title. The font used for the chart title can be modified by <Chart>.TitleFont. The data defined by <Chart>.TitleFont will be taken into account during the next call to <Chart>.Draw. Initializing fonts The default font used for the chart title has the following characteristics: - Font name: Arial
- Size: 14
- Style: Normal
- Color: Black
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|