Browse By Tags

  • HitText's XValue and YValue incorrect after chart resizes?

    I'm plotting X-Y data using ScatterLine series in a XamChart.

    I'm using the XamChart.MouseMove to display the X-Y values in a couple text boxes as the user mouses over the chart. Something like this:

    void OnChartMouseMove(object sender, MouseEventArgs…