Browse By Tags

  • XamWebChart StackedBar Databinding

    Hi,

    I am trying to get the StackedBar Chart working with databindng in xaml. I am using the standard PatientBusinessLogic class from your examples. The data renders as 4 different bars instead of one stacked bar. Is this expected bahavior?  Is it possible…

  • Attatching objects to data points

    My data source for the charts is a collection of objects, I have set up the data mapping and called databind to setup the data points.

    On 'clicking' a data point I need access to the data source the item is bound to and as far as I can tell this isnt…