Browse By Tags

  • Help with ScatterLine chart

    I am trying to create a very simple ScatterLine chart, but just can't seem to get it to work.  Since I've just started learning wpf yesterday, I feel as if I am missing some important piece here. 
     
    It breaks on start with error message…
  • 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…