Hello,
I am implementing a custom series inherited from ": series", and I am trying to pass in more than a single collection of data points. The use case is that one of the data collections is actual data to graph and the second defines several "zones…
What I would like to do is dynamically bind several series to a chart. I would like to then show and hide them based upon user events. I would prefer this method over passing around instances of a chart into ViewModels and adding several series that way…
Graham,
Thanks for getting back to me. I will try to give you an example a little later. The basic set up is that I need to graph 33 distributions against empirical data. Each distribution is 1 series. It appears that setting ItemData on each series
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…
Hi,
I've dug around the forums but haven't had much luck in finding any information related to this. We use the WPF XamDataChart to gather incoming data and are trying to find a way to have two sets of marked points. I haven't found a lot of…
In our application a varying number of charts can be created based upon user configuration. The axis information is also user configurable, and this is where the problem comes in.
In creating the axes for the chart, can the name be bound to a property…