| |
String |
A string expression that provides the following information in this order (each
on a new line)
- x, indicates the X-axis coordinate of the cursor position. This value typically corresponds to a category position or chart unit along the horizontal
axis
- y, indicates the Y-axis coordinate of the cursor position. This value represents the data value or position along the vertical axis relative to the chart’s current
scale
- valueCategory, represents the value of the data point or category under the cursor. This may reflect the computed or interpolated value, depending on the chart type (for example, the value at the intersection of the cursor’s X position and a line
serie)
| |