My time series chart is perfectly displaying the array data.
And the information box to show Y-axis value is displaying once mouse pointer are on the chart as the time series features
However, I want to get Y-axis value where my mouse point is that to display at another LABEL component which how can I get that value same the information box?
If I understand your question,
My time series chart is perfectly displaying the array data.
- You have a Time Series chart and it is working.
And the information box to show Y-axis value is displaying once mouse pointer are on the chart as the time series features.
- Do you mean that you have
xTrace.visible : true
and this is working correctly?
However, I want to get Y-axis value where my mouse point is that to display at another LABEL component which how can I get that value same the information box?
- You want a separate label to show the xTrace Y value on another Label component outside the Time Series chart?
I think this is not possible with the standard components. The Time Series Chart component does not publish those values.