|
|
|
|
|
- Overview
- Implementation
- Crosshair in a Chart control
- Crosshair in the AAFs (Automatic Application Features)
- Modifying the multiple crosshair programmatically
- Configuring the crosshair options programmatically
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes. Via the new crosshair included in all charts, the end user precisely knows the pointed value. All charts with axes automatically benefit from the crosshair. The user hovers a point in the chart and the crosshair is displayed! If the Vertical crosshairs intersect several curves, they display the value at each intersection: this is the multiple crosshairs.. For a multiple crosshair, the tooltip header can be customized. Modifying the multiple crosshair programmatically By default, the multiple crosshair displays: - in header, the category name.
- the content of different tooltips for the points corresponding to the crosshair.
It is possible to modify the header of the crosshair tooltip via grTooltip associated with the grTooltipFormatCrosshairHeader constant. For example: grTooltip(GRF_Graphe1, grTooltipFormatCrosshairHeader, "Catégorie: [%CATEGORIE%]")
Configuring the crosshair options programmatically The crosshair has the following characteristics by default: - color based on the color of gridlines in the Chart control.
- thickness: 1 pixel.
- Opacity: completely opaque crosshairs.
These characteristics can be modified by the following properties:
| | CrosshairColor | La propiedad CrosshairColor obtiene y establece el color de la mira de un control Gráfico. | CrosshairOpacity | La propiedad CrosshairOpacity se utiliza para determinar y cambiar la opacidad de la mira en un control Gráfico. | CrosshairThickness | La propiedad CrosshairThickness se utiliza para determinar y cambiar el grosor de la mira en un control Gráfico. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|