AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
  • Chart title
  • Initializing fonts
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Modifies the font used for the chart title.
Example of title in a chart:
Chart title
Linux Caution: In Linux, this function requires a specific configuration. For more details, see The charts.
Ejemplo
// Modification de la police utilisée pour le titre du graphe GRF_MonGraphe
// L'identifiant de la police utilisée est 7.
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.
PHP Only interactive Chart controls are available.
<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.
PHP Only interactive Chart controls are available.
<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.
Chart title
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
Componente: wd300grf.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local