Browse By Tags

  • Combination chart (Scatter Chart & Scatter Line Chart)

    Hi all,

    My project now need the combination chart like below image.

    So, I found the Infragistics Scatter chart and Scatter line chart can do that.

    Buy, my X axis label value is time like(9:00, 9:10, 9:20, 9:30,9:40...). I dont understand why the x…

  • 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…

  • XamChart issue with StackedColumn Series

    Hello there,

    When I try to set the AutoRange to false on a chart having a StackedColumn Series and set the Chart Primary X-Axis Minimum to Other than 0 I get a run time exception saying the "Width and Height should be non-negative". Can you please let…