Hi Infragistics Support,
Can you provide some guidance/tips/suggestions for a new user of your controls?
I have a requirement to display ~400 series. Each with ~6000 points (for a total of ~2,400,000 points). Will Infragistics WPF chart control be able…
I have implemented several xamdatacharts throughout my app. A new requirement to run my app on a tablet was given to me and basically the xamdatachart make this nearly impossible. I have 2 issues that have plagued me since I wrote the app in v11.1 then…
Hello,
I have a problem with tooltip on my lineserie. I am creating my lineseries in code behind. So with the code below I am trying to create a lineserie and a tooltip for that. But when I came over to my lineserie with the mouse It throws "Can not…
Dear Support team,
I am trying to develop software in WPF to display graphs in your xamDataChart. Because of the importance to display the timeline as accurate and scaled as the values of the recorded data, I have no other choice but to use a ScatterLineSeries…
Hi Graham
I don't know if I have a lot of series, you tell me what you think. The software will work from 2 to 12 series, depending on users input, each series could have 30 to 3.000.000 points. A note is necessary, when the data is larger than 7.200…
Here is the sample i tested with. with 30,000 samples, it's unusable when trying to interact with it.
I guess a better question would be, where is there a sample where the above 'million data points' is supported with millisecond refreshes. …
Graham,
I have found a very simple way for you to reproduce this problem... using the xamFeatrueBrowserDV sample.
Step 1. In the file ScatterSeries.xaml, replace
<models:BubbleDataScatterSample x:Key="ScatterData1" /> <models:Bu…
Hello
I'm working in a software that needs to show thousands of points (double, string). Also I need the ability to zoom and pan the data. The functionality can be easily reached with XamDataChart, but I'm experimenting an terrible performance issue…