How can I get the crosshairs position in a xamWebDataChart. I miss a function or property like xamWebChart.Crosshairs.GraphX.
Hans,
That functionality isn't present in the CTP version of the chart. Could you describe your use case as this will be helpful for our testing.
Thanks,
Graham
Graham,
We want to display time series values at the datachart and using the Crosshairs as selection method for the end user to provide detailed data about the data behind. We will get the data behind the selection at the LayerCursorMouseMove-event, but the e.Row-property of the event-arguments is null when no value for the current selected x-axis value is available at the layer. When we got a null-value we want to interpolate the values (right and left value of the selection) in relation to the cursor position. We've not seen a possiblity to get the cursors x-axis coordinates